Search:

Type: Posts; User: arunjib

Search: Search took 0.10 seconds.

  1. Thread: date format

    by arunjib
    Replies
    4
    Views
    1,748

    Re: date format

    public class date
    {
    public static void main(String args[]) throws Exception
    {

    try{
    SimpleDateFormat form = new SimpleDateFormat("dd/MM/yyyy");
    Date date = form.parse("31/11/2009");...
  2. Thread: date format

    by arunjib
    Replies
    4
    Views
    1,748

    Re: date format

    sorry sir i cannot impliment the above code in my class please help me



    public class date
    {
    public static void main(String args[]) throws Exception
    {

    try{
  3. Thread: date format

    by arunjib
    Replies
    4
    Views
    1,748

    date format

    i want to input a date in dd/mm/yyyy format and validate it. please help me
    [eg. inputed ate is 12/31/2011... it is not a valid datein the above format.]
Results 1 to 3 of 3