Changeset 116


Ignore:
Timestamp:
Aug 29, 2008, 3:19:16 PM (16 years ago)
Author:
George Lilly
Message:

another fix to date format. this time where minute or second are one digit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/CCRUTIL.m

    r114 r116  
    3232          S H=$E(DATE,9,10)
    3333          S MM=$E(DATE,11,12)
     34          I $L(MM)=1 S MM="0"_MM
    3435          S S=$E(DATE,13,14)
     36          I $L(S)=1 S S="0"_S
    3537          S OFF=$$TZ^XLFDT ; See Kernel Manual for documentation.
    3638          ; If H, MM and S are empty, it means that the FM date didn't supply the time.
Note: See TracChangeset for help on using the changeset viewer.