Skip to main content

All Questions

Tagged with
2 votes
1 answer
84 views

Why doesn't it recognize any selections on the datepicker?

I'm trying to populate a select dropdown with the hours that don't have appointments booked, and right now I'm experiencing somethin really dumb with datepicker, because I want it to be populated ...
José Filipe Silva's user avatar
1 vote
0 answers
48 views

How can I select a date period so that I can pull data from the db and download that excel file using Filament 3?

I have a page for reports where I want to download data from three separate database tables from a single button over a certain period. I currently have it working for three separate buttons, but now ...
erroDecoder's user avatar
-1 votes
1 answer
151 views

Laravel Carbon - how to restrict weekends and evenings with current code? [closed]

I am currently working with an existing php site utilizing laravel's carbon for date picking. The below code seems to limit only how far out a person can pick a date, but I would like to add ...
Zero_Cool09's user avatar
1 vote
1 answer
47 views

laravel datepicker: how to load jquery icon

I am new to laravel, I am trying to add a datepicker on the page, This is my mark up: <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://code.jquery....
RA.IBOY's user avatar
  • 105
0 votes
0 answers
148 views

Datepicker always opened at initialization on Safari

I am using Yii2 and bootstrap-datepicker v1.4.0 (with jQuery 3.6.0). The main issue is that the datepicker is always opened at first page load, but only in Safari v16.5. <?php Pjax::begin([ '...
Prabowo Murti's user avatar
0 votes
0 answers
150 views

Combine function flatpickr with WP plugin code

I have a wordpress plugin that uses flatpickr calendar. The code in this plugin differs from flatpickr examples. Here is the part of the code where it is used: <script> jQuery( ...
Leon's user avatar
  • 3
1 vote
2 answers
197 views

Identify weekend dates within range of date

I am trying to compute number of days between a range of dates input by the user using date picker using the following script: $(document).ready(function () { $('#datepicker1'...
anmk's user avatar
  • 13
-3 votes
1 answer
187 views

Create a custom date picker or calender based on 365 number of characters

I am getting a string value with 365 chars from an API that tells me the reserved, booked, and available dates where: 0 = Available; 1 = Reserved; 2 = Booked; Now my question is, how can I pass these ...
Suleman's user avatar
  • 15
0 votes
1 answer
79 views

Trouble saving from datepicker to database

Currently I have a jquery datepicker where it is possible to add a from date and to date. Both of the dates get added from the same input. The format I end up with is this $request->input('...
nikulas13's user avatar
  • 177
-1 votes
1 answer
55 views

Use a div tag to edit a echo comment and remove dates from html5 datepicker using PHP

I'm very new to coding, I started last week and I'm trying to create an appointment booking website for an ensurance company in my city. I have a single PHP file using both HTML and PHP languages ...
PezziXXVII's user avatar
0 votes
1 answer
150 views

should i can change the placeholder of datepicker of powermail form in typo3?

I am new to typo3 and I created a simple contact form using powermail and I took a date picker of powermail. In that, the default placeholder is dd/mm/yyyy. But I want a different placeholder. So how ...
Parmar Kamalnayan's user avatar
0 votes
1 answer
566 views

Ninja Forms date picker isn't working on WordPress

I have a client who is using Ninja Forms and for whatever reason, I can select a date (any month) on the 1st through the 6th, but any date past then, it prompts the error "Please enter a valid ...
Degga's user avatar
  • 1
-1 votes
1 answer
46 views

Datepicker with dynamically blocked dates from DB using AngularJS and PHP

I've been scanning the internet for a datepicker that checks in a DB if dates are available or not in the current month, but to my surprise haven't found one! Does anyone know of an datepicker like ...
Marcus Edensky's user avatar
0 votes
1 answer
140 views

Save Save datepicker range in datatable

i'm using datatable with date range filter by using datepicker. When i set stateSave: true it saves all values except the range set into the input datepicker field. Any help on this? Have a look here: ...
developmentcpm2022's user avatar
0 votes
0 answers
237 views

Yii2 ActiveForm shows "Current Timestamp" as placeholder for date

Recently I noticed some issue on my ActiveForm Date field. The field shows "CURRENT TIMESTAMP". I tried to overrule the same by adding "Value", "Placeholder" attribute ...
MIK's user avatar
  • 876

15 30 50 per page
1
2 3 4 5
52