![]() ![]() |
Reference Type: Supported, Category: Date Functions, ICR#: 10103
The $$FMTH^XLFDT extrinsic function converts a VA FileMan formatted input date to a $H formatted date.
$$FMTH^XLFDT(x[,y])
x: |
(required) VA FileMan date. |
y: |
(optional) 1 to return the date portion only (no seconds). |
returns: |
Returns the converted date in $H format. |
>S X=$$FMTH^XLFDT(2901231.111523) >W X 54786,40523 |
>S X=$$FMTH^XLFDT(2901231.111523,1) >W X 54786 |