Click here to Skip to main content
15,907,687 members

Comments by Alexanbu (Top 2 by date)

Alexanbu 20-Nov-13 0:17am View    
<form action="demo_form.asp">

Enter a date before 1980-01-01:
<input type="date" name="bday" max="1979-12-31">

Enter a date after 2000-01-01:
<input type="date" name="bday" min="2000-01-02">

Quantity (between 1 and 5):
<input type="number" name="quantity" min="1" max="5">

<input type="submit">

</form>

Syntax:
<input min="number|date">
Alexanbu 19-Nov-13 9:58am View    
ya you are right bro...we cant use Jquery in Wpf but we use XAML query it will like to same as JQUERY