uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.
917
stars
252
forks
source link
Date format issue "MM/dd/YYYY" in csv download file #532
My response object (pojo) have a dateString value in MM/dd/yyyy format, while in csv file the format is changed into MM-dd-YYYY for the dates which are less than 10th day
My response object (pojo) have a dateString value in MM/dd/yyyy format, while in csv file the format is changed into MM-dd-YYYY for the dates which are less than 10th day