Search:

Type: Posts; User: anamika s

Search: Search took 0.09 seconds.

  1. how to convert any date formats into yyyyMMdd format

    package sample;

    import java.text.DateFormat;
    import java.text.ParseException;
    import java.text.SimpleDateFormat;
    import java.util.Date;
    import java.util.Locale;

    public class NewClass {
  2. Replies
    3
    Views
    812

    Date conversion in java..

    Hi,
    I want to convert a date which can be of any date formats into yyyy-mm-dd format...My code is below.Could anyone please tell what is wrong in it.
    String[] date_formats = {
    ...
Results 1 to 2 of 2