S
Sam
Hi,
i'm not very familiar with string operations in vb.net.
How can I simply do the following:
string1 : MM/dd/yyyy
string2 : yyyy MM dd
I want MM to be after dd in each of those string:
string1 would be converted into dd/MM/yyyy
string2 would be converted into yyyy dd MM
The difficulty here is that the separator can be anything
really...(£,;.-/$@ etc etc....)
Thx
i'm not very familiar with string operations in vb.net.
How can I simply do the following:
string1 : MM/dd/yyyy
string2 : yyyy MM dd
I want MM to be after dd in each of those string:
string1 would be converted into dd/MM/yyyy
string2 would be converted into yyyy dd MM
The difficulty here is that the separator can be anything
really...(£,;.-/$@ etc etc....)
Thx