In my application, user select in which format they want the report. They enter one number which is format like 2000-1-4 and then they select CSV format and the data according to this number gets populated in that CSV.
Now the problem is when they enter this number which can be a date like 2012-1-4 then in CSV this number gets converted into 1/4/2012 which is wrong but when they give number like 883-17-8 then its coming as it is which is fine.
Is there any way i can resolve this? Someone please help me on this.
相关问题
- sqlyog export query result as csv
- Date with SimpleDateFormat in Java
- Spark 2.1 cannot write Vector field on CSV
- VBA local timezone adjustment
- How do you use java stream api to convert list of
相关文章
- How to read local csv file in client side javascri
- MYSQL: How can I find 'last monday's date&
- Calculate number of working days in a month [dupli
- Symfony : Doctrine data fixture : how to handle la
- Get file created date in node
- Temporal Extraction (i.e. Extract date/time entiti
- Postgres String to Date EXAMPLE 10Apr77 to 10/04/1
- How to prevent excel from truncating numbers in a
How the value is displayed depends on regional settings of operating system. (E.g. for windows 7 see Region and Language). In additional seetings there is also spcified CSV separator (List separator), etc..