Hello,
I'm having some difficulties using "DateTime", "Date string" and "Time", hope you can help.
DateTime:
With formatting platter set to "yyyy-MM-ddThh:mm" to returns "2012-05-23P12:34"
Should return "2012-05-23T12:34"
Date string:
Returns "Invalid date" when no date is given.
Can this be changed to return blank like DateTime.
Time:
As there is no Timestamp object in JS I pass a date object to it "1899-12-30T12:25:33.123Z" this result I every Time cell saying "00:31:39"
https://jsfiddle.net/ae03pkL4/
/Jimmy
Hello, Jimmy,
Thank you for your questions.
Please find our comments below.
T
stands for AM/PM
one-letter indicator, which shows the A
or P
letter on the grid.T
letter in quotation marks. The pattern should look like this: "yyyy-MM-dd'T'hh:mm"
. dateTimePattern
here: https://www.flexmonster.com/doc/date-and-time-formatting/#!format-datetime."Invalid date"
text. Please use the Flexmonster localization
object:
localization: {
"grid": {
"dateInvalidCaption": "(blank)"
}
}
Here is an example for illustration: https://jsfiddle.net/flexmonster/8s5p204L/.
We also recommend browsing related docs: https://www.flexmonster.com/doc/localizing-component/.
{
"Time": 121
}
Here is a link to the corresponding section of the "Date and time formatting"
article:
https://www.flexmonster.com/doc/date-and-time-formatting/#!input-time-format.
Please let us know if our answer helped.
Looking forward to hearing from you.
Best regards,
Milena
Thanks for the answer, it helped.
/Jimmy