Skip to main content

All Questions

Tagged with
0 votes
1 answer
33 views

Mat Date picker sending the incorrect date

I have this input for selectin date <mat-form-field class="w-full"> <mat-label>{{ "DATE" | translate }}</mat-label> ...
flaw's user avatar
  • 33
1 vote
1 answer
35 views

Kendo Datepicker month content, how to call a function

Within the content property of the Kendo date picker, I would like to call a controller function to set the background colour of a given day cell within the calendar. My code so far: <!DOCTYPE html&...
Lurch USA's user avatar
-1 votes
1 answer
30 views

How can i fix this MatDatepicker problem?

When i put date(yyyy-mm-dd) into the first input it works, but when i copy the same date into the second input, it doesnt work and underline it with red color. Code: <mat-form-field> ...
AstanaSatana's user avatar
0 votes
1 answer
28 views

DatePicker AngularJS

<div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 mb-2"> <mat-form-field class="example-full-width" appearance="outline"> ...
Muhammad Afaq's user avatar
-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
35 views

Unable to open datepicker after pressing esc

I'm having angularjs date picker on read-only textbox, on clicking of the text box, date picker pops up, pressing esc closes the date picker but again clicking on the text box does not open the date ...
ANEES's user avatar
  • 300
0 votes
1 answer
944 views

How to set Date in angular.js?

I want maxDate to be selectable as today at most, (old days should be clickable, but not tomorrow) the day between i select as maxDay and minDay should be 365 days at most, it cant be selected more ...
user avatar
0 votes
1 answer
938 views

<input type="date" max="{{max}}"> does not set max date angular js

I have following HTML code <input class="col-5" type="date" max="{{ vm.maxDate | date: 'yyyy-MM-dd' }}" min="{{ vm.minDate | ...
Satish Dalal's user avatar
0 votes
1 answer
60 views

date field is taking same value as first row in table-AngularJs

date input is taken by other values as well..below is my html name='form_{{columns.dataId}}' ng-init="dateValue = columns.formValue != null ? columns.formValue : ''&...
user22's user avatar
  • 3
0 votes
1 answer
244 views

How can Angular bootstrap datepicker display "MM/dd/yyyy" and "MM/dd/yy"?

I have an issue regarding format when I use Angular bootstrap datepicker. I want it to display the same value as when I typed. For example: I input "01/01/21", the result I get is 01/01/21 ...
Nguyen Phong's user avatar
0 votes
2 answers
15k views

How to handle date picker in Cypress

How to select a past date in the DOB field? What Javascript function can I use in Cypress automation? It is not a free text field, only can select from the date picker. Here is the screenshot and the ...
user15591439's user avatar
1 vote
0 answers
24 views

AngluarJS DatePicker CSS

I am using this datepicker lib https://github.com/720kb/angular-datepicker for my project, In my project I am trying to put the datepicker visible to the user and under that I put some text. But I ...
Israel's user avatar
  • 121
0 votes
1 answer
87 views

Highlighting days on 720kb calendar

I'm using AngularJS with 720kb datepicker (Link) I wanted to know if it's possible to highlight certain days on the calendar (making ._720kb-datepicker-calendar-day background: red for example). Like ...
A.C's user avatar
  • 23
0 votes
1 answer
415 views

Bs datepicker's value updates but display value does not update

The version of angularjs is 1.5.11. I am using the bs-datepicker element from angularjs in my .NET MVC project. Here is my datepicker and a couple images used as buttons in my app: <input class=&...
Ross Gustafson's user avatar
0 votes
1 answer
42 views

ng-readonly not disabling date picker in angularjs

The date picker plugin is still working even if the field is readonly. <input name="SpecialFields_{{::field.FieldID}}" ng-model="newUserObj.specialfields[field.FieldID]" type="text" class="...
rahul's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
68