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