REM >DateTime REM Library of date/time functions REM ======================================================================== DEF FNdate_time_code REM ======================================================================== LOCAL t$,c$ t$ = TIME$ c$=MID$(t$,5,2)+MID$(t$,8,3)+MID$(t$,14,2)+"-"+MID$(t$,17,2)+MID$(t$,20,2) =c$