Announcement

Collapse
No announcement yet.

Another DATE question... DATE$

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Another DATE question... DATE$

    hey guys,

    will the date$ function *always* return the date in the
    mm-dd-yyyy format or is it machine dependent? in other words,
    can it ever come back as dd-mm-yyyy? this is important if i'm going
    to use eric's method (see my last post) for parsing and
    comparing dates. thanks!

    scott


    my last post:
    http://www.powerbasic.com/support/pb...ead.php?t=3099

    ------------------
    scott wolfington
    http://www.boogietools.com


    [this message has been edited by scott wolfington (edited march 05, 2003).]
    Scott Wolfington
    [url="http://www.boogietools.com"]http://www.boogietools.com[/url]

  • #2
    The DATE$ format is always MM-DD-YYYY. I suspect that, if this ever
    changes, we'll add a new function or add parameters to the existing
    DATE$ function in order to allow specifying different formats.

    ------------------
    Tom Hanlin
    PowerBASIC Staff

    Comment


    • #3
      Thanks for the quick response Tom. Appreciate it.

      Scott

      ------------------
      Scott Wolfington
      http://www.boogietools.com


      [This message has been edited by Scott Wolfington (edited March 05, 2003).]
      Scott Wolfington
      [url="http://www.boogietools.com"]http://www.boogietools.com[/url]

      Comment

      Working...
      X