• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Formatting date

New Here ,
Jan 30, 2009 Jan 30, 2009

Copy link to clipboard

Copied

Hi
I am trying to set up a Flex application with Coldfusion.

I set up a database table in MS SQL Server, one of the columns is date [datetime]
When I use Coldfusion to retrieve the data through a RemoteObject from using the getAll() functions (generated by CFC Wizard) Flex output the following date format in a datagrid.

Mon May 10 00:00:00 GMT-0700 1976

Can anyone please suggest how I can convert it into dd-mm-yyyy format? I have searched for hours on the internet without success.

Thanks
TOPICS
Advanced techniques

Views

344

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 31, 2009 Jan 31, 2009

Copy link to clipboard

Copied

I'm not sure if Flex changes anything but in straight CF you would use:

#DateFormat(dated_on, "dd mmm yyyy hh:mm")#

dated_on is the name of the column in your table that is holding that info.

This from http://livedocs.adobe.com/coldfusion/6.1/htmldocs/functi59.htm

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 31, 2009 Jan 31, 2009

Copy link to clipboard

Copied

Thanks for your suggestion. I found an easier fix in Flex.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 31, 2009 Jan 31, 2009

Copy link to clipboard

Copied

LATEST
consider posting the fix you found here, please, so someone else may
benefit from it - that's what these forums are about, after all...


Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation