>>W $$FMTE^XLFDT(3000000)
>>2000
>>
> 
>You had to artificially zero out the digits for
>month,day etc to achieve this.  You couldn't do this
>for any arbitrary date with out extra steps.  I.e.:
>
>SET SOMEDATE=1790231.123255
>W $$FMTE^XLFDT(SOMEDATE)
>S SOMEDATE=SOMEDATE\1           ;blow away time part
>S $EXTRACT(SOMEDATE,4,7)="0000" ;blow away month,day
>part
>W $$FMTE^XLFDT(SOMEDATE)
>-->
>Feb 31, [EMAIL PROTECTED]:32:55
>1979
>



Or

SET SOMEDATE=2790231.123255

W $$FMTE^XLFDT(SOMEDATE\10000*10000)

1979



"God help me, I love this shit."
Gen George Patton



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to