jquerydatetimepicker Questions
2
How to set default date to Persian date in PHP?
Say, if I echo this function date('Y-m-d') then it will show 2018-03-05 but I want 1396-12-14 the Persian date
Enchant asked 5/3, 2018 at 12:46
1
Solved
I'm trying to use the https://xdsoft.net/jqplugins/datetimepicker/
This is the code:
var date_time_picker = $('#datetimepicker').datetimepicker({
formatDate: 'd.m.Y',
formatTime: 'H:i',
start...
Inner asked 25/11, 2018 at 12:16
2
Solved
i am using jquery datetime picker
my problem is when i select the time and use tab button it will change to minus 1 hours
means if i select 9.30 am and click on tab button it will be 8.30 am and i...
Unleash asked 7/5, 2018 at 9:31
2
Im using xdsoft datetimepicker so users can select a deadline. I would like to show an alert if they choose one of the next 3 days.
Initially I had set a minDate so these days were not selectable ...
Dzoba asked 8/6, 2017 at 13:11
2
I want to customize my calendar,
here's current code.
How could I change it to match the new requirement.
:javascript
$(document).ready(function() {
$('#date-range-picker').daterangepicker(
{...
Duplessis asked 12/8, 2015 at 0:34
1
© 2022 - 2024 — McMap. All rights reserved.