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
Date format
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.
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.