jimfog 31 Posted April 2 Report Share Posted April 2 I have a JS datetime object such as this. start =Wed Mar 31 2021 09:00:00 GMT+0300 (Eastern European Summer Time) And I am using the localedatestring and localetimestring to format it. var startsend=info.start.toLocaleDateString() + 'T' + info.start.toLocaleTimeString('el-GR', { hour12: false }); I do not undestand why console longing the above will produce a portion of the result date in a hyperlink format... Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.