Skip to content
Advertisement

Tag: string

Trim string so it is only inside a code block [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 years ago. Improve this question Pretty simple question, how would I go about cutting the code block identifier out of a string? These strings should all have the same result:

convert datetime to string using AJAX

Guys I would like to ask for your help I have here a Get Method using AJAX I successfully get the date from database this is the output 2020-08-13T00:00:00 however I wanted to convert the date format to this 2020-08-13 how can I convert the the datetime? below is my code /Get/ $(document).ready(function () { }) Thank you for your

Advertisement