Top "Date-format" questions

`DateFormat` is a Java Standard Edition library class which provides utility methods to parse and format dates.

MySQL Timestamp format

I have exported my database to a CSV file and the timestamp now liiks like this: 1384204028 How can I convert …

mysql sql date timestamp date-format
How to format date in hana

I need to format date in my hana sql, but I don't know how to. Something like this: SELECT DATE_…

date-format hana
Month is not printed from a date - Java DateFormat

How to get month from a date in java : DateFormat inputDF = new SimpleDateFormat("mm/dd/yy"); Date date1 = inputDF.parse("9/30/11"); …

java date calendar date-format
Invalid argument 'date format' for pipe 'DatePipe'?

This seems to be a simple question. I'm using pipes in my Ionic 2 application for dates format. This is the …

angular date-format ionic2 pipes-filters
Set date 10 days in the future and format to dd/mm/yyyy (e.g. 21/08/2010)

I would really appreciate some help creating some JavaScript that will eventually be used in Selenium that automatically sets a …

javascript date datetime date-format datetime-format
Java date format - including additional characters

Is there an equivalent to php date() style formatting in Java? I mean, in php I can backslash-escape characters to …

java date-format
How to convert date strings to timestamp without knowing the date format

I am trying to write a query to insert a value into a timestamp with no timezone data type field. …

postgresql timestamp date-format bulk-load postgresql-copy
getting java.lang.IllegalArgumentException: Illegal pattern character 'o'? while parsing java.text.SimpleDateFormat

I wanted to convert from string to java.util.Date. for the same purpose I used following code, String timeStamp = "…

java date date-format simpledateformat java.util.date
Compare dates in DataView.RowFilter?

I am scratching my head over something rather stupid yet apparently difficult. DataView dvFormula = dsFormula.Tables[0].DefaultView; dvFormula.RowFilter = "'" + …

c# datetime dataview date-format rowfilter
How to print current date in JSP?

I want to do something like this: <?php echo date('Y'); ?> But then in a .jsp file. All …

jsp date-format