I need help to fixe my code for date convert to letter . I made a Pulic class where i identify day , month , year as integer . After i call a funtion to flash them on screen in little form . Now i need to convert this date which flash on sreen in form to letter . For example, if i put a day of birh and play the form we should see the date in letter and not in numeric from . So can any one help me out please thx

Is this what you have in mind?

Dim myDate As Date
  myDate = Now()

  Dim myDateText As String
  myDateText = Format(myDate, "dddd, MMMM d yyyy")
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.