Date format

Kelly Burgess kellyb at montana.com
Thu Oct 7 12:03:25 UTC 2021


Hi Wendy,

There's also dname() and dpart() :

 this returns 10:   Calculate monthNumber as dpart(kMonth,#D)
 this returns October:   Calculate monthName as dname(kMonth,#D)


And for months there's dtm() :

 this returns 10:   Calculate monthNumber as dtm(#D)
 this returns October:   Calculate monthName as dtm(#D)

 Kelly



More information about the omnisdev-en mailing list