NavDateTime := DotNetDateTime.Parse(DateTimeText);That's what I've been looking for
Slawek_Guzek wrote: »@nick_robbo
Nope. NB: the format you have used is not XML. Try this:TextDateTime := FORMAT(OriginalTextDateTime, 0, 9) EVALUATE(DateTime, TextDateTime)
EVALUATE(NavDateTime,DateTimeText,9);
Answers
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
TextDateTime := FORMAT(OriginalTextDateTime)
EVALUATE(DateTime, TextDateTime)
Nope. NB: the format you have used is not XML. Try this:
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Yes, thanks for that.
I was about to link you to this but I see you have found it...
https://stackoverflow.com/questions/20090297/c-sharp-datetime-conversion-from-yyyy-mm-ddthhmmss-to-dd-mmm-yyyy
Thanks @Kishorm . THAT was exactly what I was after
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03