ASP Date question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how to i removed the "/" of the date ?

for example

7/12/05 should show up as 20050712

How do i do this in ASP.. Please help
 
¤ how to i removed the "/" of the date ?
¤
¤ for example
¤
¤ 7/12/05 should show up as 20050712
¤
¤ How do i do this in ASP.. Please help

Format("7/12/05", "YYYYMMDD")


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Back
Top