Date format

Stimulsoft Reports.Flex discussion
Locked
Bérenger
Posts: 7
Joined: Tue Jul 19, 2011 8:42 am
Location: France

Date format

Post by Bérenger »

Hi,

I really don't know which are formats of date expected by a row.setValue() for column typed by StorageType.DateTimeType.

I try (without any success):
- Flex Date object
- String: 2000/11/30 23:58:58
- String: 2000/11/30 23:58
- String: 2000/11/30 01:58:58 PM


May someone can help me? Show me some bit of code?

Thanks


Berenger
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Date format

Post by Vladimir »

Hello,

For correct work of StorageType.DateTimeType type you need to download the latest prerelease build from our website:

http://stimulsoft.com/ReportsFxFlexDownloads.aspx

Recognized date and time formats by default in latest version:
- Flex Date object
- StiDateTime object
- String: yyyy/MM/dd HH:mm:ss format
- String: MM/dd/yyyy hh:mm:ss tt format
- Number or int: ticks

Thank you.
Locked