Results 1 to 2 of 2

Thread: Date format

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2007
    Location
    Iowa
    Posts
    298

    Date format

    cdate(cstr(month(currentdate)) + "/1/" + cstr(year(currentdate)))

    First day of Current Month in the Current Year.


    it's 05/06/2008

    I want 05/01/2008

    Thanks for any help.
    Tuber

    "I don't know the rules"

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2007
    Location
    Iowa
    Posts
    298

    Re: Date format

    sorry,

    cdate(year(currentdate), (month(currentdate)), 1)

    took me 25 minutes to get that right though.
    Tuber

    "I don't know the rules"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width