AJAX - Calendar Extender Format

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pvong

    AJAX - Calendar Extender Format

    Currently, my calendar extender is returning with the date value 7/31/2008.
    Is it possible to tell the extender to return it in this format?
    2008-07-31

    Please note, I'm a newbie and I'm doing this in VB.NET

    Thanks!


  • AreKc

    #2
    Re: AJAX - Calendar Extender Format

    pvong pisze:
    Currently, my calendar extender is returning with the date value 7/31/2008.
    Is it possible to tell the extender to return it in this format?
    2008-07-31
    Set Format property to "yyyy-MM-dd".

    --
    AreKc

    Comment

    Working...