Currently using:
TTOC(DATETIME(),2) .... (special thanks to craigsboyd)
to properly display time in 12hr format with AM/PM.
It will corectly return:
12:31:04 PM
I'm needing....
12:31 PM
Using:
SET SECONDS OFF
TTOC(DATETIME(),2)
Will still return...
12:31:04 PM
Is this the correct usage of SET TIME ON/OFF ?
Thanks
TTOC(DATETIME(),2) .... (special thanks to craigsboyd)
to properly display time in 12hr format with AM/PM.
It will corectly return:
12:31:04 PM
I'm needing....
12:31 PM
Using:
SET SECONDS OFF
TTOC(DATETIME(),2)
Will still return...
12:31:04 PM
Is this the correct usage of SET TIME ON/OFF ?
Thanks