- Timestamp:
- Jul 16, 2008, 1:34:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ccr/trunk/p/CCRUTIL.m
r51 r64 21 21 ; In this case, set H, MM and S to "00" 22 22 S:('$L(H)&'$L(MM)&'$L(S)) (H,MM,S)="00" 23 S UTC=Y_"-"_M_"-"_D_"T"_H_":"_MM_$S(S="":" ",1:":"_S)_OFF ; Skip's code to fix hanging colon if no seconds23 S UTC=Y_"-"_M_"-"_D_"T"_H_":"_MM_$S(S="":":00",1:":"_S)_OFF ; Skip's code to fix hanging colon if no seconds 24 24 I $L($G(FORMAT)),FORMAT="DT" Q UTC ; Date with time. 25 25 E Q $P(UTC,"T")
Note:
See TracChangeset
for help on using the changeset viewer.