Archived Forum Post

Index of archived forum posts

Question:

Support for additional date format in CkDateTime

Apr 18 '16 at 17:14

Would it be possible to add support for this date format to CkDaeTime? I could not find the name of this type of format.

Thanks

Some Examples:

1900-01-01T00:00:00
2016-04-04T09:08:00
1950-03-05T00:00:00

Accepted Answer

I'm adding two new methods to CkDateTime: GetAsTimestamp and SetFromTimestamp. The strings passed in should conform to RFC 3339 format, such as "2016-04-04T09:08:00Z" or "2016-04-04T09:08:00-05:00".

What exact build would you need to test? (i.e. programming language, OS, etc.)


Answer

Here are the pre-release builds. (Ignore any new classes you may find -- they are still under development.)

32-bit Download: http://www.chilkatsoft.com/download/preRelease/ChilkatAx-9.5.0-win32.zip

64-bit Download: http://www.chilkatsoft.com/download/preRelease/ChilkatAx-9.5.0-x64.zip