Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html format date

<input type="date" name="begin" 
    placeholder="dd-mm-yyyy" value=""
    min="1997-01-01" max="2030-12-31">
Comment

html datetime format

<time datetime="1914">  <!-- means the year 1914 -->
<time datetime="1914-12">  <!-- means December 1914 -->
<time datetime="1914-12-20">  <!-- means 20 December 1914 -->
<time datetime="12-20">  <!-- means 20 December any year -->
<time datetime="1914-W15">  <!-- means week 15 of year 1914 -->
Comment

PREVIOUS NEXT
Code Example
Html :: html5 video player autoplay 
Html :: html input submit size width 
Html :: html change content security policy 
Html :: write html inside component angular 
Html :: abbreviations in html 
Html :: ordered list 
Html :: img src data base64 
Html :: markdown color 
Html :: sign up form html 
Html :: iframe with html string 
Html :: html input date min 
Html :: how to make text emphasized in html 
Html :: thymeleaf input radio checked 
Html :: how to make a clickable link 
Html :: how to comment in html 
Html :: html text alignment 
Html :: html radio only one checked 
Html :: how to make new line in html paragraph 
Html :: html table multiple headers 
Html :: how to make body width be device width html 
Html :: html background color 
Html :: contenteditable html 
Html :: td colspan all 
Html :: how to refer to external style sheet 
Html :: html scale svgö 
Html :: ai writer 
Html :: inline vuetify 
Html :: html scrollable table vertical 
Html :: tailwind css search bar 
Html :: set table column width 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =