locked
Format current date as YYYYMMDD RRS feed

  • Question

  • I need to format the current date as a string in format YYYYMMDD to use in a SQL query. Has anyone got this figured out? I tried to Google it but am not having much luck and I need this quickly.
    Tuesday, May 10, 2016 6:00 PM

Answers

All replies

  • I figured it out:

    Format(Date(),"YYYYMMDD")

    Tuesday, May 10, 2016 6:38 PM
  • Hi AllTheGoodNamesWereTaken,

    its good to hear that you have solve your issue by your self and you also posted your solution.

    Thank you fro posting the solution so that if some other community member have a same issue like you then they can also get solution by your post.

    Regards

    Deepak


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Wednesday, May 11, 2016 5:26 AM