VB6.0 Date Format

Can someone please tell me a simple way to have a text box show the date or time in a format defined by the user?
[113 byte] By [TSarrell] at [2007-11-17 17:07:56]
# 1 Re: VB6.0 Date Format
make a text box on form, name it text1, this is where the user can put a date format like "dd\mm\yyyy" or simply have a dropdown box with several choices to avoid any dodgey inputs and then simply when you want to format something do it like text2=format(date,text1) where text 2 is another box with a date to format.
dunno if that will work though, looks good in theory.
later...
TheIceman5 at 2007-11-10 0:22:41 >