HTML for beginners 45: date input type | DATE PICKER

Опубликовано: 31 Октябрь 2024
на канале: Masterminds Tutorials
2,816
23

Hi there and welcome! 😊 In this video, we will explain to you what is date input element or date picker.

date input element is type of HTML input element that we use to create date picker. Date picker is type of input element that we can click on it and calendar will be opened, from which you can choose date that you want.

⚠️NOTE: date input type is available from HTML5

Date picker can be easily created, we just need to set type value date, for standard input element.
➡️ type="date"

Additional attribute that we can use with date input type is value, and with value attribute we can set initial date for date picker. Date goes in format month-day-year
➡️ value="02-25-2020"

Introduction in HTML input element could be also useful with this lesson:
➡️    • HTML for beginners 35: HTML input ele...  

💻 If you want to learn all about HTML and how to build websites from the scratch check out our course that is currently on amazing discount :
👉https://www.udemy.com/course/draft/34...
🤔 You are not sure? Don't worry we are offering you 30-day money-back if you don't like our course without asking you any questions why.
Beside of that for our course you have:
✔️ Full lifetime access
✔️ Downloadable resources
✔️ Access on mobile and TV
✔️ ASAP answers on your questions etc.

NOTE: Buying of our course you support our channel and we are immensely grateful to you for that! ❤️🙏

📺 For the most recent updates please subscribe on our YouTube channel:
   / @mastermindstutorials7630  

🔔 Hit the notification bell to be notified when videos go live.

👤 You can reach us on social media:
https://www.instagram.com/masterminds...
  / mastermindstut1  

🤝If you want to support our work:
https://www.paypal.com/paypalme/Maste...
  / mastermindstutorials  
Please remember that even little from you means a lot for us. ❤️🙏

❓ Do you have any questions? Feel free to ask us directly on email:
📧 [email protected]

➡️ Please press 👍 button if you like this content and share this video to all that could be interested in this! 🙏

––––––––––––––––––––––––––––––
Music: Spring In My Step - Silent Partner    • Spring In My Step – Silent Partner (N...  
––––––––––––––––––––––––––––––
#HTMLBeginners #HTMLLearnItFromScratch #HTMLInputElement