Answer the question
In order to leave comments, you need to log in
How to pass date in cURL format Java Date?
There is an Android application, it sends one of the parameters in the Date format to the server via ParseCloud:
HashMap<String, Object> p = new HashMap();
p.put("created", Calendar.getInstance().getTime());
ParseCloud.callFunctionInBackground(f, p, v);
array('created'=>'Sun Nov 12 2017 02:58:09 GMT+0300')
Answer the question
In order to leave comments, you need to log in
You don't have a second closing tag for the iframe
Try this
<iframe class="elementor-video-iframe lazy-loaded" allowfullscreen="" src="https://www.youtube.com/embed/q_Nvg-6l5q0?feature=oembed&start&end&wmode=opaque&loop=0&controls=1&mute=0&rel=0&modestbranding=0" data-src="https://www.youtube.com/embed/q_Nvg-6l5q0?feature=oembed&start&end&wmode=opaque&loop=0&controls=1&mute=0&rel=0&modestbranding=0">
<noscript>
<iframe class="elementor-video-iframe" allowfullscreen src="https://www.youtube.com/embed/q_Nvg-6l5q0?feature=oembed&start&end&wmode=opaque&loop=0&controls=1&mute=0&rel=0&modestbranding=0">
</iframe>
</noscript>
</iframe>
Between dissimilar systems, the date and time should be transmitted in the ISO 8601 format. Accordingly, before sending, convert the date and time object into a standard format string, and when receiving, convert from it into the date and time object of the receiving system.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question