get only date from datetime javascript

var currentDate = new Date();

var date = currentDate.getDate();
var month = currentDate.getMonth(); //Be careful! January is 0 not 1
var year = currentDate.getFullYear();

var dateString = date + "-" +(month + 1) + "-" + year;

Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
get date only in js get Only time in date in javascript get only datetime in javascript get date only from datetime js how to get only the time from datetime in js date method to get time only from a date get only date from datetime in jquery get only date from date and time get only the date from datetime in javascript how to get only date with no time from date javascript get only date and time in javascript date get only date and time in javascript show only date from date time in javascript get date only in javascript get only date in js javascript get date only from date get only date time javascript get only time from datetime javascript how to get only time from datetime in javascript js get only date from new date get only time from new Date() how to get date only from date object in javascript take date only js javascript get only date from datetime new date() get date only js date get time only how to get only the date in javascript how to get only date from javascript date js date get time only js get only date without time new date get only date and time get only the date from datetime js javascript date get only time part javascript get only time from datetime get only date from datetime how to get only time from new date in javascript javascript get date only javscript get only date js date get only date without time get date only js get date only from date javascript get only date in javscript javascript only date how to get only date from date in js javascript to get only date get the only date from a date function getting only date from date object in js getting only date from date object get only time from datetime in javascript get only date from new date in javascript get only date from date javascript new date javascript get only date js get only date part get only date javascript how to show only date from datetime in javascript get only date from javascript date object how to get only date in javascript javascript how to get only date get only date from new Date js get only date from date in javascript get only date in date() how to get only date from datetime in javascript new date get only time javascript date object get date only date get only time javascript js get only date from date object how to get only time from date in javascript date object get only get only date with no time in javascript get date only from datetime in javascript how to get only date in js using date function get only time how to get only date and time in javascript javascript only get time from date javascript get only date date get only date javascript date get only date get only time from date in javascript js get date with only time get only date js get only date how to get only date from datetime js How to get date only from new date in js get only date from date object javascript Date() get only date javascript get date only from datetime js get date only js date get only date how to get only date from date object in javascript new.date get only time date object javascript only date get only date from datetime in javascript get only date in javascript get only date from javascript get only the time from Date javascript new date get only date get date only from datetime javascript get only time from date js get only date from datetime javascript
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source