RE: [Hardhats-members] Date/Time functions...

2005-03-24 Thread Roy Gaber
Sorry for the delay, just now getting to my mail.  The 3 is the century
indicator.  XAK was a visionary. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin
Toppenberg
Sent: Sunday, March 20, 2005 8:28 AM
To: hardhats-members@lists.sourceforge.net
Subject: RE: [Hardhats-members] Date/Time functions...

Oh, I read that the output is Y=YYYMMDD.HHMMSS, and
then that 3 in the result threw me off.  What does
that mean?

Thanks
Kevin



--- Roy Gaber [EMAIL PROTECTED] wrote:

 Yes it does.  Simple set X equal to the external
 date and call %DT the
 internal value will be returned in Y.  Like this;
 
 S X=10/1/05 D ^%DT
 ZW  
 %DT=
 X=10/1/05
 Y=3051001
 
 -Original Message-
 From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED]
 On Behalf Of Kevin
 Toppenberg
 Sent: Saturday, March 19, 2005 10:25 PM
 To: hardhats-members@lists.sourceforge.net
 Subject: Re: [Hardhats-members] Date/Time
 functions...
 
 Oops, ^%DT does not do external to internal
 conversion.
 
 So how do I do that??
 
 Thanks
 Kevin
 
 --- Kevin Toppenberg [EMAIL PROTECTED] wrote:
 
  Why are two of the date/time functions in Fileman,
  and
  the rest in Kernel?  And why is Kernel missing
  external-to-internal conversion?
  
  Fileman
  ---
  ^%DT  -- external to internal conversion
  DD^%DT -- Internal to external conversion
  
  Kernel
  --
  $$FMTE^XLFDT -- Internal to external conversion
  (and most other needed functions except
  external-to-internal conversion)
  
  Thanks
  Kevin
  
  
  
  
  
  
  
  __ 
  Do you Yahoo!? 
  Yahoo! Mail - now with 250MB free storage. Learn
  more. 
  http://info.mail.yahoo.com/mail_250
  
  
 

---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT
  Products from real users.
  Discover which products truly live up to the hype.
  Start reading now.
 

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
 

https://lists.sourceforge.net/lists/listinfo/hardhats-members
  
 
 
 
   
 __ 
 Do you Yahoo!? 
 Make Yahoo! your home page 
 http://www.yahoo.com/r/hs
 
 

---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT
 Products from real users.
 Discover which products truly live up to the hype.
 Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
 
 

---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT
 Products from real users.
 Discover which products truly live up to the hype.
 Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 





__ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Date/Time functions...

2005-03-24 Thread Richard G. DAVIS
Roy, do you mean to acknowledge George Timson?  XAK assumed responsibility
for FileMan after George, the principal developer of FileMan, departed from
the DVA.

Regards,

Richard.

 From: Roy Gaber [EMAIL PROTECTED]
 Reply-To: hardhats-members@lists.sourceforge.net
 Date: Thu, 24 Mar 2005 20:24:11 -0500
 To: hardhats-members@lists.sourceforge.net
 Subject: RE: [Hardhats-members] Date/Time functions...
 
 Sorry for the delay, just now getting to my mail.  The 3 is the century
 indicator.  XAK was a visionary.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Kevin
 Toppenberg
 Sent: Sunday, March 20, 2005 8:28 AM
 To: hardhats-members@lists.sourceforge.net
 Subject: RE: [Hardhats-members] Date/Time functions...
 
 Oh, I read that the output is Y=YYYMMDD.HHMMSS, and
 then that 3 in the result threw me off.  What does
 that mean?
 
 Thanks
 Kevin
...

.
..



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] Date/Time functions...

2005-03-20 Thread Kevin Toppenberg
Oh, I read that the output is Y=YYYMMDD.HHMMSS, and
then that 3 in the result threw me off.  What does
that mean?

Thanks
Kevin



--- Roy Gaber [EMAIL PROTECTED] wrote:

 Yes it does.  Simple set X equal to the external
 date and call %DT the
 internal value will be returned in Y.  Like this;
 
 S X=10/1/05 D ^%DT
 ZW  
 %DT=
 X=10/1/05
 Y=3051001
 
 -Original Message-
 From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED]
 On Behalf Of Kevin
 Toppenberg
 Sent: Saturday, March 19, 2005 10:25 PM
 To: hardhats-members@lists.sourceforge.net
 Subject: Re: [Hardhats-members] Date/Time
 functions...
 
 Oops, ^%DT does not do external to internal
 conversion.
 
 So how do I do that??
 
 Thanks
 Kevin
 
 --- Kevin Toppenberg [EMAIL PROTECTED] wrote:
 
  Why are two of the date/time functions in Fileman,
  and
  the rest in Kernel?  And why is Kernel missing
  external-to-internal conversion?
  
  Fileman
  ---
  ^%DT  -- external to internal conversion
  DD^%DT -- Internal to external conversion
  
  Kernel
  --
  $$FMTE^XLFDT -- Internal to external conversion
  (and most other needed functions except
  external-to-internal conversion)
  
  Thanks
  Kevin
  
  
  
  
  
  
  
  __ 
  Do you Yahoo!? 
  Yahoo! Mail - now with 250MB free storage. Learn
  more. 
  http://info.mail.yahoo.com/mail_250
  
  
 

---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT
  Products from real users.
  Discover which products truly live up to the hype.
  Start reading now.
 

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
 

https://lists.sourceforge.net/lists/listinfo/hardhats-members
  
 
 
 
   
 __ 
 Do you Yahoo!? 
 Make Yahoo! your home page 
 http://www.yahoo.com/r/hs
 
 

---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT
 Products from real users.
 Discover which products truly live up to the hype.
 Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 
 
 

---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT
 Products from real users.
 Discover which products truly live up to the hype.
 Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 





__ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] Date/Time functions...

2005-03-20 Thread Bob Beckley
305 means how many years since 1700.  Why 1700?  George Timson has said:
No significance.  I wish I had started back earlier.  I just wanted all
medical dates (including DOBs) to have 7 digits in the integer part.

Greg Kreis has said: My take on it is that the VA had to represent veterans
with dates of birth in the 1800s. By subtracting 1700 from an 1800's DOB,
you get a three digit year and you therefore have a century encoded in it
with a single digit - you save a character and in the late 1970s, disk space
was not cheap. Saving a character in all dates stored in a medical database
was worth it.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kevin
Toppenberg
Sent: Sunday, March 20, 2005 8:28 AM
To: hardhats-members@lists.sourceforge.net
Subject: RE: [Hardhats-members] Date/Time functions...


Oh, I read that the output is Y=YYYMMDD.HHMMSS, and
then that 3 in the result threw me off.  What does
that mean?

Thanks
Kevin



--- Roy Gaber [EMAIL PROTECTED] wrote:

 Yes it does.  Simple set X equal to the external
 date and call %DT the
 internal value will be returned in Y.  Like this;

 S X=10/1/05 D ^%DT
 ZW
 %DT=
 X=10/1/05
 Y=3051001

 -Original Message-
 From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED]
 On Behalf Of Kevin
 Toppenberg
 Sent: Saturday, March 19, 2005 10:25 PM
 To: hardhats-members@lists.sourceforge.net
 Subject: Re: [Hardhats-members] Date/Time
 functions...

 Oops, ^%DT does not do external to internal
 conversion.

 So how do I do that??

 Thanks
 Kevin

 --- Kevin Toppenberg [EMAIL PROTECTED] wrote:

  Why are two of the date/time functions in Fileman,
  and
  the rest in Kernel?  And why is Kernel missing
  external-to-internal conversion?
 
  Fileman
  ---
  ^%DT  -- external to internal conversion
  DD^%DT -- Internal to external conversion
 
  Kernel
  --
  $$FMTE^XLFDT -- Internal to external conversion
  (and most other needed functions except
  external-to-internal conversion)
 
  Thanks
  Kevin
 
 
 
 
 
 
 
  __
  Do you Yahoo!?
  Yahoo! Mail - now with 250MB free storage. Learn
  more.
  http://info.mail.yahoo.com/mail_250
 
 
 

---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT
  Products from real users.
  Discover which products truly live up to the hype.
  Start reading now.
 

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Hardhats-members mailing list
  Hardhats-members@lists.sourceforge.net
 

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 




 __
 Do you Yahoo!?
 Make Yahoo! your home page
 http://www.yahoo.com/r/hs



---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT
 Products from real users.
 Discover which products truly live up to the hype.
 Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members




---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT
 Products from real users.
 Discover which products truly live up to the hype.
 Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members






__
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members




---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


[Hardhats-members] Date/Time functions...

2005-03-19 Thread Kevin Toppenberg
Why are two of the date/time functions in Fileman, and
the rest in Kernel?  And why is Kernel missing
external-to-internal conversion?

Fileman
---
^%DT  -- external to internal conversion
DD^%DT -- Internal to external conversion

Kernel
--
$$FMTE^XLFDT -- Internal to external conversion
(and most other needed functions except
external-to-internal conversion)

Thanks
Kevin







__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more. 
http://info.mail.yahoo.com/mail_250


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] Date/Time functions...

2005-03-19 Thread Roy Gaber
Date/Time functions began their life in Fileman and migrated somewhat to
Kernel.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin
Toppenberg
Sent: Saturday, March 19, 2005 10:18 PM
To: Hardhats Sourceforge
Subject: [Hardhats-members] Date/Time functions...

Why are two of the date/time functions in Fileman, and
the rest in Kernel?  And why is Kernel missing
external-to-internal conversion?

Fileman
---
^%DT  -- external to internal conversion
DD^%DT -- Internal to external conversion

Kernel
--
$$FMTE^XLFDT -- Internal to external conversion
(and most other needed functions except
external-to-internal conversion)

Thanks
Kevin







__ 
Do you Yahoo!? 
Yahoo! Mail - now with 250MB free storage. Learn more. 
http://info.mail.yahoo.com/mail_250


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


RE: [Hardhats-members] Date/Time functions...

2005-03-19 Thread Roy Gaber
Yes it does.  Simple set X equal to the external date and call %DT the
internal value will be returned in Y.  Like this;

S X=10/1/05 D ^%DT
ZW  
%DT=
X=10/1/05
Y=3051001

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin
Toppenberg
Sent: Saturday, March 19, 2005 10:25 PM
To: hardhats-members@lists.sourceforge.net
Subject: Re: [Hardhats-members] Date/Time functions...

Oops, ^%DT does not do external to internal
conversion.

So how do I do that??

Thanks
Kevin

--- Kevin Toppenberg [EMAIL PROTECTED] wrote:

 Why are two of the date/time functions in Fileman,
 and
 the rest in Kernel?  And why is Kernel missing
 external-to-internal conversion?
 
 Fileman
 ---
 ^%DT  -- external to internal conversion
 DD^%DT -- Internal to external conversion
 
 Kernel
 --
 $$FMTE^XLFDT -- Internal to external conversion
 (and most other needed functions except
 external-to-internal conversion)
 
 Thanks
 Kevin
 
 
 
 
 
 
   
 __ 
 Do you Yahoo!? 
 Yahoo! Mail - now with 250MB free storage. Learn
 more. 
 http://info.mail.yahoo.com/mail_250
 
 

---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT
 Products from real users.
 Discover which products truly live up to the hype.
 Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 




__ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members


Re: [Hardhats-members] Date/Time functions...

2005-03-19 Thread Kevin Toppenberg
Oops, ^%DT does not do external to internal
conversion.

So how do I do that??

Thanks
Kevin

--- Kevin Toppenberg [EMAIL PROTECTED] wrote:

 Why are two of the date/time functions in Fileman,
 and
 the rest in Kernel?  And why is Kernel missing
 external-to-internal conversion?
 
 Fileman
 ---
 ^%DT  -- external to internal conversion
 DD^%DT -- Internal to external conversion
 
 Kernel
 --
 $$FMTE^XLFDT -- Internal to external conversion
 (and most other needed functions except
 external-to-internal conversion)
 
 Thanks
 Kevin
 
 
 
 
 
 
   
 __ 
 Do you Yahoo!? 
 Yahoo! Mail - now with 250MB free storage. Learn
 more. 
 http://info.mail.yahoo.com/mail_250
 
 

---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT
 Products from real users.
 Discover which products truly live up to the hype.
 Start reading now.

http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Hardhats-members mailing list
 Hardhats-members@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/hardhats-members
 




__ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members