AccPal
Programmer
- Jun 13, 2009
- 8
Hi there
im doing a vb6 app using accpac data to refrence from but im struggling to format the date in VB6
as we all know it formats it 20110216 and i want to format it 16/02/2011
in crystal reports its simple enough to use pwformatdate
using the following gives me a overflow
textbox = Format(Text3.Text, "dd/mm/yyyy")
please help
i hope im not missing something ?
im doing a vb6 app using accpac data to refrence from but im struggling to format the date in VB6
as we all know it formats it 20110216 and i want to format it 16/02/2011
in crystal reports its simple enough to use pwformatdate
using the following gives me a overflow
textbox = Format(Text3.Text, "dd/mm/yyyy")
please help
i hope im not missing something ?