R
Rob
In order to create a date in CCYY-MM-DD fashion, I used to be able to use
the Format(date,"yyyy")&"-"&Format(month,"mm")... syntax...
This no longer appears to work in vb.net. I know how I could do this...,
by prepending a "0" to the month and taking the right 2 characters, but that
is silly.
What is the new "easy" way ?
Is there a list some where of all the string and date manipulation functions
with "old" and "new" methods somewhere ?
Thanks !
the Format(date,"yyyy")&"-"&Format(month,"mm")... syntax...
This no longer appears to work in vb.net. I know how I could do this...,
by prepending a "0" to the month and taking the right 2 characters, but that
is silly.
What is the new "easy" way ?
Is there a list some where of all the string and date manipulation functions
with "old" and "new" methods somewhere ?
Thanks !