www.webdeveloper.com

Search:

Type: Posts; User: srinuetta

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,090

    change the above code if (!isNaN(EndDate)){ ...

    change the above code
    if (!isNaN(EndDate)){

    if (EndDate <= BeginDate) {
    alert('The end date cannot be the same or earlier as the begin date');
    return false;
    }

    }
  2. how to convert string in YYMMDD format to DD/MM/YY format

    Hi
    I have string in YYMMDD format but i need to convert to DD/MMYY format please let me know is there any built in fuctions available in javascript api

    ex:130122 to 22/01/13
    Please help me
    ...
  3. i want to write a function which dynamically changes the content upon selection

    pls. look into this code and suggest me,how to write a function which dynamically changes the content of multiple list box when we select different options sigle list box

    <%@ page language="java"...
Results 1 to 3 of 3
HTML5 Development Center



Recent Articles