I am using vb6 for developing my database application for storing and displaying data. The Problem is the date format in different computers using my application. The Client has different computers where date format differ like 'mm/dd/yyyy' and 'dd/mm/yyyy'. When inserting and displaying data, the server takes date as its regional settings which is different from node's. That is when node sends '09/10/2013' (the 09 is day) the server stores it as sep- 10 -2013. Also when displaying data the server misinterprets the node's request and sends wrong data.I cannot change their date formats using my application. (Its Their Settings)
Is there any way to send datetime as double and decode it in server? Any Fix? Thank You.
I searched many threads but did not find answer suitable for me. I don't know if this is the right forum to post. But I am using vb6.
Is there any way to send datetime as double and decode it in server? Any Fix? Thank You.
I searched many threads but did not find answer suitable for me. I don't know if this is the right forum to post. But I am using vb6.