Date fromat

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krisssgopi
    New Member
    • Apr 2010
    • 39

    Date fromat

    Hi Team

    Am using Asp.net and mySql in my project. I need to display the id number by using month and year. the format should by MMYY. Please help me in this regard.
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    Use MySQL's DATE_FORMAT() function.

    Comment

    Working...