Skip to main content

All Questions

0 votes
1 answer
607 views

jquery datepicker with dynamic textboxes in bootstrap Modal

i am applying jquery datepickers on dynamic controls that follow the class jq-datepicker just setup a jsfiddle example to demonstrate the issue datepicker with modal please click the link to follow ...
Waqas Ahmad's user avatar
1 vote
3 answers
2k views

Js File Not Updated in Chrome, After I publish website.How to Deal with it? [duplicate]

Hello StackOverflow ppl I got Problem with javascript file in ASP MVC Website. I am using jquery Datepickers, which i have in my core.js file. When i updated jquery Datepicker dateformat to 'dd/mm/...
R01's user avatar
  • 331
0 votes
1 answer
401 views

Trying to implement weekly DateRangePicker control

I'm working on an ASP.NET MVC 5 application project, and I want to add a textbox to a view to hold a 7-day range. The textbox will have two icons, one on the left side and another on the right side of ...
Techie2015's user avatar
0 votes
2 answers
717 views

Disable days in jQuery Datepicker depend on other properties in model MVC

I want to disable specific days of the week in jQuery UI DatePicker , depending on whether a value is true or false in the model submitted in @razor view . I have a bool for each weekday . If a value ...
MrKrantz's user avatar
2 votes
1 answer
1k views

MVC 5 - Accepting Date Field Across All Browsers

Hello I am currently having a real pain accepting dates across all 4 browsers, Internet Explorer, Chrome, Edge and Safari in MVC 5. I am using Jquery-ui Date Picker. With my current code and set up ...
Andy Donegan's user avatar
0 votes
1 answer
351 views

Datepicker displaying wrong day when hosted in Azure

When I debug the website locally it's working fine, however, the website hosted in Azure is displaying yesterday's date. The Azure server is located in my own timezone. I suspect it's using the UTC ...
Nic's user avatar
  • 12.9k
0 votes
1 answer
5k views

JavaScript runtime error: Object doesn't support property or method 'replace' in jquery-ui.js

I have below methods in my Controller [HttpPost] public ActionResult GetEventsForMonth(int month, int year) { var events = new ListWithDuplicates(); Dictionary<string, string> eventsnew ...
Guruprasad J Rao's user avatar
0 votes
2 answers
3k views

jQuery datepicker not displaying value from database

I have a field for inputting an employee's hire date that uses a jQuery datepicker, which works perfect. However, when you edit this employee's information the hire date field displays mm/dd/yyyy, but ...
user2325484's user avatar
0 votes
2 answers
724 views

how to add javascript for date picker in ASP.Net MVC 4

I want to date picker widget for my view in ASP.net mvc project.here i created a java script as mentioned below but i could not able to get the date picker when i run the application. kindly help me. ...
ramki_ramakrishnan's user avatar
0 votes
0 answers
502 views

Issue populating label from date picker and calculating

I have been working on this for a little while today and I am stumped. I am attempting to select a date using a date picker and take that date, populate a label with it and also take input from the ...
Kevin Schultz's user avatar
0 votes
1 answer
612 views

Enable jQuery ui in asp.net MVC web app

I have an asp.net mvc application in Visual Studio 2013. I have a problem when using jQuery UI tools. I have the following scripts in my _Layout.cshtml: @Scripts.Render("~/bundles/modernizr") <...
Gyuzal's user avatar
  • 1,591
1 vote
2 answers
6k views

jQuery clear the value from the datepicker field, tied to the checkbox being unchecked

Here is my scenario: I have a form, with a checkbox. - When it is checked, I hide another <div> that has a termination date input field, which has a datepicker. - When the checkbox is not ...
Eric's user avatar
  • 139