I have a txtbox called txtDate and I want to populate it with the current date. Something like this but it's not working
VB Code:
  1. Me.txtDate.Text = Format(Now, "dddd, mmm d yyyy, hh:mm AMPM")