Skip to main content

All Questions

Tagged with
1 vote
0 answers
76 views

How can I use Date Picker in my form in bootstarp

I want to use from date picker from a template this is my field: <div class="form-group"> <h4 class="card-title">Material Date picker</h4> <div class="row ...
masoud mazloum's user avatar
1 vote
1 answer
44 views

Date Picker in Asp.net doesn't appear

I make 2 datepicker but only 1 show the table of date when I run it <div class="form-group left"> <label for="invoicedate" class="...
kimk's user avatar
  • 83
0 votes
0 answers
465 views

Persian Datepicker in Asp.net core

I try use Bootstrap persian datepicker but it briken my html template so How make persian(Jalali) datepicker for a input in Asp.Net core, Without Bootstrap.
oveisi's user avatar
  • 1
0 votes
1 answer
659 views

'flatpicker' datepicker model validation not working in asp.net mvc core

I have used flatpicker datepicker. In this field asp.net model validation is not working. <div class="mb-3"> <label asp-for="txtDate" class="required">From ...
Prem Singh's user avatar
0 votes
1 answer
195 views

@html.TextBoxFor model value is not setting/prefilled/appearing for the type date

I have an @html.TextBoxFor where the type I have specified is date. On rendering the view the model value (which is coming from database) is not setting. My code looks as follows. <tr> <...
Shruth L's user avatar
0 votes
2 answers
422 views

jQuery UI Datepicker - How to dynamically disable specific dates

I am using jQuery UI Datepicker widget in one of my projects. I want to disable an array of specific dates in datepicker calendar, but I want to be done after ajax call is made, not on page loading. ...
szti1516's user avatar
1 vote
1 answer
314 views

default value or value from the model for datepicker

I implemented a calendar using datepicker, but I can't assign the current date to a field to add an entry to the database, or a date from an existing model to edit. Model [Required] [DataType(DataType....
sharpdlt's user avatar
0 votes
1 answer
157 views

How to add material datepicker to .net webapp?

How do I add a material datepicker to my asp.net mvc webapp? I tried using HTML.Helpers to create a datepicker, but it looks like this: But I need to look like this: Also, I'm using bootstrap. I'm ...
MARS's user avatar
  • 547
0 votes
1 answer
362 views

How to disable from 26th to 30th of the month and also Sundays of every month using date-picker bootstrap4 plugin

So the task is to disable the dates from 26th to 30th and also all Sundays in calendar. I am using bootstrap4 plugin to achieve this. Secondly, the option to choose the date will be from today's date ...
Vikas Yadav's user avatar
0 votes
1 answer
415 views

Parse String (yyyymmm) Format to DateTime?

I have a field called Accounting Period as char, [AccountingPeriod] [char](6), how can I parse it to DateTime Format using DatePicker? I used this KendoGrid for DatePicker @( Html.Kendo()....
Rob's user avatar
  • 225
0 votes
1 answer
205 views

Many datepickers in one table

I am using Bootstrap 4 datetimepicker library https://tempusdominus.github.io/bootstrap-4/Usage/ I've got a table on my page and in each row there is one datepicker. And now, these datepickers are ...
hubmik's user avatar
  • 3
0 votes
1 answer
76 views

Read date from bootstrap-datepicker in asp.net

I have an asp.NET .NET Framework (forms) project and I'm using a bootstrap-datepicker <div class="border rounded" style="margin-bottom: 20px; border-radius: 2rem!important;"> <p class="...
RefDev001's user avatar
1 vote
0 answers
124 views

How to hide all year in datepicker except a year before today in ext.net

I have a problem with datepicker (datefield component) using ext.net, so in the datepicker that i use is only show month and year, however i can't eliminate (hide mode, not disable) another year which ...
Fadly's user avatar
  • 191
1 vote
2 answers
745 views

datepicker not showing calendar in IE11

I'm currently having some troubles with datepicker in IE11. When I click on my textbox it works at least so far that an "x" is displayed on the right end of the textbox to delete its content. BUT the ...
Thomas's user avatar
  • 2,936

15 30 50 per page
1
2 3 4 5
21