gavinbaumanis
06/02/2022, 4:58 AMnn/NN and time markers are tt/TT
It then goes onto say at the bottom;
The function follows Java date time mask. For details, see the section Date and Time Patterns at and then provides a link to an Oracle Java docs page.
However, the Oracle doc page has "mm" for minutes and t doesn't even exist.
The Lucee Docs for parseDateTime() are the same.
The Lucee Docs for lsParseDateTime() - don't even show the mask - it just refers to you the Oracle docs.
If you use the Oracle Docs as "your" reference - you're code will give you the wrong results;
"mm" does NOT give you the minutes- it gives you the monthpothys-mitrahsoft
06/02/2022, 5:36 AMgavinbaumanis
06/02/2022, 5:39 AMpothys-mitrahsoft
06/02/2022, 6:49 AMzackster
06/02/2022, 6:49 AMgavinbaumanis
06/02/2022, 7:58 AMpothys-mitrahsoft
06/02/2022, 8:01 AM