Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread Chris Richardson
: [Hardhats-members] Custom Fileman date output formatting. Kevin Toppenberg wrote: In my system, this function is in a file name TMGMISC. I didn't think others would want to use that name. You can put it where ever you want. Kevin, I'd prefer to use it as $$DTFormat^TMGMISC

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread Kevin Toppenberg
- From: JohnLeo Zimmer [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Wednesday, May 18, 2005 9:00 PM Subject: Re: [Hardhats-members] Custom Fileman date output formatting. Kevin Toppenberg wrote: In my system, this function is in a file name TMGMISC. I didn't think

RE: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread Thurman Pedigo
, thurman -Original Message- From: [EMAIL PROTECTED] [mailto:hardhats- [EMAIL PROTECTED] On Behalf Of Chris Richardson Sent: Thursday, May 19, 2005 6:36 AM To: hardhats-members@lists.sourceforge.net Subject: Re: [Hardhats-members] Custom Fileman date output formatting. John; We

RE: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread Holloway, Thomas (EDS)
no conflict. tjh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thurman Pedigo Sent: Thursday, May 19, 2005 10:54 AM To: hardhats-members@lists.sourceforge.net Subject: RE: [Hardhats-members] Custom Fileman date output formatting. We have a goal to cut

RE: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread Kevin Toppenberg
AM To: hardhats-members@lists.sourceforge.net Subject: Re: [Hardhats-members] Custom Fileman date output formatting. John; We will probably do exactly that, make a callable function out of it. It seems the most useful way to implement this functionality. Kevin still gets

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread whitten
For those interested, I have changed the code on the wiki for DTFormat to include a few more comments, and to allow doubled ' characters to insert a single ' into the resultant string. I have tested it with some simple cases, but would appreciate someone else's input. The code is at:

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-19 Thread Kevin Toppenberg
Hey Dave, Thanks for adding the ability to include a quote character inside a string. Also the comments are helpful. Thanks! Kevin --- [EMAIL PROTECTED] wrote: For those interested, I have changed the code on the wiki for DTFormat to include a few more comments, and to allow doubled '

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-18 Thread JohnLeo Zimmer
Kevin Toppenberg wrote: The function can be cut and pasted from the wikki: http://openforum.worldvista.org/~forum/index.php?title=DTFormat_--_an_extension_to_%24%24FMTE%5EXLFDT GTM GTMw $$DTFormat(DT,..dd) %GTM-E-LABELMISSING, Label referenced but not defined: DTFormat GTMw

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-18 Thread Kevin Toppenberg
Best wishes; Chris - Original Message - From: smcphelan [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Tuesday, May 17, 2005 11:37 AM Subject: Re: [Hardhats-members] Custom Fileman date output formatting. XLFDT expects a valid date input. So

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-18 Thread Kevin Toppenberg
Zimmer, I see the error. I think it is because I did not mandate a package name. In my system, this function is in a file name TMGMISC. I didn't think others would want to use that name. You can put it where ever you want. But it looks like it otherwise works for you. Kevin --- JohnLeo

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-18 Thread smcphelan
lack of a Ped module or adequate OB/GYN module. - Original Message - From: "Chris Richardson" [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Tuesday, May 17, 2005 10:03 PM Subject: Re: [Hardhats-members] Custom Fileman date output formatting. Hey, g

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-18 Thread Kevin Toppenberg
. - Original Message - From: Chris Richardson [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Tuesday, May 17, 2005 10:03 PM Subject: Re: [Hardhats-members] Custom Fileman date output formatting. Hey, guys, there will always be room for new ways of doing things

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-18 Thread Chris Richardson
: [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Wednesday, May 18, 2005 5:30 AM Subject: Re: [Hardhats-members] Custom Fileman date output formatting. As Rick Marshall knows, I will challenge what is said in a publicforum especially one where many

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-17 Thread Kevin Toppenberg
: Sunday, May 15, 2005 8:37 PM Subject: [Hardhats-members] Custom Fileman date output formatting. I may have just reinvented the wheel, but I don't think so. I have just finished a function that will format fileman dates in any arbitrary way, based on format strings. For example

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-17 Thread Kevin Toppenberg
or more... See XLFDT it is more robust than what you show here. - Original Message - From: Kevin Toppenberg [EMAIL PROTECTED] To: Hardhats Sourceforge hardhats-members@lists.sourceforge.net Sent: Sunday, May 15, 2005 8:37 PM Subject: [Hardhats-members] Custom Fileman date output

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-17 Thread Kevin Toppenberg
@lists.sourceforge.net Sent: Sunday, May 15, 2005 8:37 PM Subject: [Hardhats-members] Custom Fileman date output formatting. I may have just reinvented the wheel, but I don't think so. I have just finished a function that will format fileman dates in any arbitrary way, based on format strings

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-17 Thread smcphelan
Toppenberg [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Tuesday, May 17, 2005 12:37 PM Subject: Re: [Hardhats-members] Custom Fileman date output formatting. See XLFDT it is more robust than what you show here. I didn't notice that you say XLFDT is MORE robust than what I

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-17 Thread Greg Woodhouse
This actually seems like useful functionality to me. Of course, I would advocate using XLFDT where possible, and would only store dates in internal format, but better date formatting capabilities (not to mention the ability to parse formatted dates) would be a good thing. Something like Java's

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-17 Thread Kevin Toppenberg
Greg, Thanks. The function can be cut and pasted from the wikki: http://openforum.worldvista.org/~forum/index.php?title=DTFormat_--_an_extension_to_%24%24FMTE%5EXLFDT I agree that XLFDT is a good package. Kevin --- Greg Woodhouse [EMAIL PROTECTED] wrote: This actually seems like useful

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-17 Thread Kevin Toppenberg
Comments below. --- smcphelan [EMAIL PROTECTED] wrote: XLFDT expects a valid date input. So no it cannot convert a number from 1-12 to a month. I am not following you. Why would allowing the date digits in a FM date to displayed as the text name of month indicate an invalid date? Sample

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-17 Thread John Leo Zimmer
W $$FMTE^XLFDT(300) 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

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-17 Thread Chris Richardson
. Best wishes; Chris - Original Message - From: smcphelan [EMAIL PROTECTED] To: hardhats-members@lists.sourceforge.net Sent: Tuesday, May 17, 2005 11:37 AM Subject: Re: [Hardhats-members] Custom Fileman date output formatting. XLFDT expects a valid date input. So no it cannot

Re: [Hardhats-members] Custom Fileman date output formatting.

2005-05-16 Thread smcphelan
Sourceforge hardhats-members@lists.sourceforge.net Sent: Sunday, May 15, 2005 8:37 PM Subject: [Hardhats-members] Custom Fileman date output formatting. I may have just reinvented the wheel, but I don't think so. I have just finished a function that will format fileman dates in any arbitrary way

[Hardhats-members] Custom Fileman date output formatting.

2005-05-15 Thread Kevin Toppenberg
I may have just reinvented the wheel, but I don't think so. I have just finished a function that will format fileman dates in any arbitrary way, based on format strings. For example: w $$DTFormat(FMDate,mm/dd/yy) -- 10/13/79 w $$DTFormat(FMDate,mm/dd/) -- 10/13/1979 w $$DTFormat(FMDate,mmm