Page 1 of 1

Date format

Posted: Tue Jul 19, 2011 11:17 am
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

Date format

Posted: Wed Jul 20, 2011 1:26 am
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.