S
Søren D
I try to format a date using following
myDateTime.ToString("dd/MM/yyyy")
Which I assumed would give me a date seperated by slashed, but it gives me
the date using '-'.
Can anyone tell me what I am doing wrong? I export to csv and the goal is to
let the user be able specify the date formating.
TIA
Soeren D.
myDateTime.ToString("dd/MM/yyyy")
Which I assumed would give me a date seperated by slashed, but it gives me
the date using '-'.
Can anyone tell me what I am doing wrong? I export to csv and the goal is to
let the user be able specify the date formating.
TIA
Soeren D.