Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
205 views

I have also use NgbDateParserFormatter but not solve this problem date format - dd-MMM-yyyy (e.g., "01-Sep-2023") component.html <div class="input-group"> <...
Prem Singh's user avatar
0 votes
0 answers
95 views

In angular bootstrap datetimepicker choose date of previous month and datepick again then current month is displayed in popover When I change the date, I get an error in the console. I followed this ...
Prem Singh's user avatar
1 vote
1 answer
285 views

My pre-existing website has select-2 combo boxes for drop-down lists and I also have a Bootstrap Calendar widget. These work great, but aren't accessible to people who may have disabilities. I am ...
nintendofan10039's user avatar
0 votes
3 answers
2k views

I'm working with angular bootstrap datepicker and having some weird issues. When opening the webpage everything looks alright, but when I want to change the date and I click on the calendar button to ...
roy's user avatar
  • 13
2 votes
3 answers
5k views

<p-calendar readonly="true" [showTime]="true" inputId="time" [hourFormat]="24" [minDate]="minDate" [maxDate]="tomorrow" inputId="...
Asif Rana's user avatar
2 votes
0 answers
1k views

In my angular form I have used Angular Bootstrap Datepicker control to select date. After selecting date from datepicker, the date format I get from the control is "dd-MM-yyyy". Now I would ...
mnu-nasir's user avatar
  • 1,772
0 votes
1 answer
968 views

I am creating an Angular 10 application. In my component I have used Angular Bootstrap datepicker control. The default date format shown in the textbox is 'yyyy-mm-dd'. But I want the format in 'dd-mm-...
mnu-nasir's user avatar
  • 1,772
0 votes
5 answers
3k views

How can i bind date to date selector? const TodayDate = "19-11-2020"; ngOnInit() { this._MyregisterForm = this.formBuilder.group({ today_Date:[this.TodayDate, [Validators.required]] }...
Techsupport Gosoddin's user avatar
-1 votes
1 answer
305 views

I am using Angular 7 for my Web app and have the following code in html: <div class="form-group col-md-6"> <label for="myDate">My Date</label> <div class="input-group">...
MikePR's user avatar
  • 3,016
3 votes
3 answers
21k views

I am trying to import the ngx Bootstrap datepicker in my Angular Application for that I followed the following stapes to npm install ngx-bootstrap npm install ngx-bootstrap --save Installed ...
Anurag Ranjan's user avatar
2 votes
3 answers
4k views

I have installed ngx Bootstrap into my Angular Application to use date picker Now I am getting error while running the Angular Application I am putting the details of the error below ERROR in ...
Anurag Ranjan's user avatar
0 votes
1 answer
504 views

I am using mattlewis bootstrap calendar.Events are displaying correctly.But if i add new event to calendar it duplicates the events in other dates instead of adding event to the added date.Only after ...
Sachin HR's user avatar
  • 460
1 vote
0 answers
315 views

I am using angular-bootstrap-calendar and wanted to change the color of the cell when i click on any cell in the month view. I am able to change the color using on-timespan-click="timespanClicked(...
Suvojit's user avatar
  • 377
3 votes
3 answers
29k views

I have included p-calendar in my project with showTime="true" : <p-calendar formControlName="pre_check_in" [defaultDate]="defaultDate" [minDate]="dateTime" showTime="true" hourFormat="24" ...
Atul Stha's user avatar
  • 1,534
1 vote
1 answer
533 views

I'm using angular-bootstrap-calendar in Angular 4 app, and it displays long week days (ex: Sunday, Monday, etc...). Instead, I want short week days with 2 letters (ex: Su, Mo, etc...). Does it have ...
imPK's user avatar
  • 885
3 votes
1 answer
4k views

I have a input type="month" control and I am using Angular UI bootstrap as well. When I select a month in IE it is shown as yyyy-MM format. But in google chrome it s shown as MMMM yyyy format. When ...
Praveen Prasannan's user avatar
3 votes
2 answers
1k views

I am using this calendar https://github.com/mattlewis92/angular-bootstrap-calendar for showing events and time slots for people all over the world. During sign up, every user has to set his timezone ...
Muhammad Imran's user avatar
0 votes
1 answer
60 views

Previous month button should be hidden with ng-show="isPastMonth(calendarDate)" for past month form the current month. Is there any option in the angular-bootstrap-calendar to hide decrement="...
Mo.'s user avatar
  • 27.6k