1
vote
2answers
24 views

jqGrid - date & time format not being applied

I have a jqGrid that displays 3 columns, one of which is a date-time (SQL Datetime field that is being returned). The colModel settings follow: colModel:[ ...
0
votes
1answer
35 views

JQuery Mobile DateTime set to current

Hi there I am using JQuery mobile to create a small app. For a part of the app I want to display the date and time to the user and them be unable to edit this. Currently I just have this: div ...
0
votes
2answers
28 views

Difference between 2 hours Jquery

Hy everyone ! I found this script for a project of my http://jsfiddle.net/diode/nuv7t/5/ it's make Difference betweeen 2 hours but i need to define these 2 vars var start_actual_time = "01/17/2012 ...
0
votes
1answer
40 views

Get previous week by date.js expression

I'm using daterangepicker that uses date.js for date ranges presets. I'm trying to get 'previous week' dates by using date.js expressions. Date.parse("sun")returns me last "Sunday". How can I get ...
0
votes
1answer
58 views

Date Operations in Javascript

I currently have two variables: appointment_date and appointment_time which are in the format dd/mm/yyyy and (h)h:mm respectively. The time is 12 hour format but for times before 12PM there is no ...
-1
votes
2answers
60 views

jquery date and time calculation firefox NaN

I am trying to calculate days between certain date, I am using date and time. On chrome works fine, but on Firefox gives me "NaN", haven't test it on Ie, but I think it will be same result. ...
0
votes
1answer
82 views

JQuery datetimepicker change min/maxDate results in infinite loop

Hy all, I'm using the datetimepicker from http://trentrichardson.com/examples/timepicker/ The problem is that i've got an start and end input field. I don't want that an user can pick an end ...
1
vote
3answers
62 views

restrict date and month in regex expression in javascript

Java script function <script language="JavaScript"> function checkdate(date1){ var validformat=/^\d{2}\/\d{2}\/\d{4} \d{2}\:\d{2}\:\d{2}$/ if(!validformat.test(date1.value)){ alert("Invalid ...
0
votes
3answers
104 views

Convert Date Format in JSON variable

I have a variable that contains JSON data with thousands of rows. Some of the variables are dates in the following format Fri Jun 27 2008 00:00:00 GMT-0700 (US Mountain Standard Time). I need to ...
0
votes
2answers
87 views

Allow today's date and future date by comparing with today's date in javascript

I have a entry form in which I can allow today's date and future date but can't allow yesterday and previous days. I need to do this validation using java-script on client side. var futuredate = new ...
1
vote
1answer
59 views

Parsing the C# datetime to javascript datetime

I know that my question is similar to others but I didn't found any solution to my problem. I have a C# DateTime property public DateTime MyDate { get;set;} When I use an ajax to get some ...
0
votes
0answers
26 views

Jquery birthdaypicker in Safari is not displaing selected values

useing :https://github.com/abecoffman/birthdaypicker jquery.bday-picker.js on safari browser and setting a default date is not working in safari usage example: $("#pickerBirthday").birthdaypicker({ ...
0
votes
1answer
60 views

Time ticks on client [duplicate]

I have a scenario in which I have to show ticking time to the user of a post. The post will come with is original DateTime string from server then the values will be calculated on client to find the ...
0
votes
2answers
21 views

Date time Filed formate in my Asp.net grid

I am using this formate to display the date time in the grid. My problem is I am not getting the Exact HH:MM from the database. Database showing 11:11 but on my grid it showing 11:03.. Here is the ...
3
votes
2answers
111 views

Strange bug with date calculation

I have to calculate how many years passed between two dates. My code works fine - except for very specific dates. The code bellow should produce the same year difference for both dateEnd and ...
1
vote
2answers
150 views

Convert Date to jQuery Flot time

I have json being returned from my WebAPI. ...
0
votes
1answer
227 views

How to restrict the value in html.textbox for time format

I need to restrict the value in html.textbox for time format (00:00:00) [hh:mm:ss) using jquery . restricted values are: special Char , a-z , A-Z all others. Only allowed numbers. ":" values are ...
0
votes
0answers
224 views

JQuery datepicker date in PDT instead of System Timezone which is PST

I have an issue with datepicker. $('#entryDate').change(function () { var localDate = $('#entryDate').val(); ...
0
votes
3answers
151 views

Get time from datetime in jquery

How to get time form the datetime in jquery Suppose, datetime = Wed Mar 06 2013 11:30:00 GMT+0530 (IST) I need only 11:30:00 from this such that time = 11:30:00
6
votes
1answer
236 views

C# MVC and DateTime in action controller model

I have this controller action : [HttpGet] public ActionResult CreateForm(Models.ReminderModel model) { if (model.FkUserId == null && model.FkRoleId == null) { model.FkUserId = ...
0
votes
1answer
93 views

.NET Date/Javascript/jQuery Date Converter

I am writing an application that needs to convert a .NET date format string (e.g. dd/MM/yyyy) to an equivalent javascript/jQuery date format, to feed the jQuery UI Date Picker plugin (e.g. dd/mm/yy). ...
0
votes
1answer
125 views

How subtract 2 DateTimes to get DateTime result?

I use jquery Count up timer and it works in 1 line: $(document).ready(function () { $('#count_up').countUp({ 'lang': 'en', 'format': 'day', 'sinceDate': '22/07/2008-00::00' }); }); So, this shows ...
5
votes
1answer
159 views

pass a list of dates to a JQuery calendar [duplicate]

does anyone have any idea how I can pass a list of dates in code behind to a calendar, so it will highlight the dates which are in the list. thank you ...
0
votes
1answer
52 views

Check whether a date is before 1 january of a given year in JavaScript [closed]

I need to verify if data entered into a form is before 1 January, 1940. I have the user's day, month and year values separately but I don't know how to use smarts to roll them all together and check ...
0
votes
1answer
65 views

jQuery.Timeago plugin needs explanation

Has anybody used the jQuery Timeago plugin and able to give some advice? I've got myself in a complete muddle working out timezones. I'm in the UK with GMT and Daylight Saving Time (DST), my server ...
1
vote
2answers
83 views

Jquery Validate a Day according to month selected

What is the easiest way to validate a date using jquery so a user can not put 31st Feb example. Code: <select name="ddd" id="ddd"> @for (int i = 1; i <= 31; i++) { ...
0
votes
4answers
160 views

How do I compare the current datetime to another datetime in javascript

I am looking for some help, trying to compare 2 dates in JavaScript, but haven't managed to find the exact answer on this site yet. I am only just starting out with JavaScript and I get the ...
0
votes
0answers
90 views

rails relative datetime select

I'm fairly new to rails and jquery, and I'm currently trying to implement a reminder model, where User can specify the time when the reminder sets off via a :reminddatetime attribute. So for now i ...
0
votes
1answer
99 views

DateTime return as “undefined” after parseJSON [closed]

SOLVED Actually it was named wrong in the database -.-" I've a little problem with parsing a datetime value in jQuery. First of all, my code: $.post("./core/jquery_functions.php", { ...
0
votes
2answers
752 views

Convert date created by jquery datepicker into a standard mysql dateformat

I am using the following jquery date & time picker on a diary page. http://trentrichardson.com/examples/timepicker/#rest_examples Its quick and easy to use and makes a date thats easy to read ...
-1
votes
2answers
159 views

How to parse date return from Facebook feed (JSON)

I'm calling the following: https://graph.facebook.com/ZZZZ/feed?access_token=ZZZZZ&limit=4& JSON returned includes created_time": "2012-12-13T04:14:29+0000" How can I parse and format the ...
0
votes
0answers
74 views

Daylight saving time issue?

I am trying to fetch the values of the particular location based on the IP, but as such I am not able to get the correct results required for my web application. I am using PHP as the server ...
0
votes
0answers
69 views

how to include daylight saving in my webapp (timezoneconvertor) .currently using timezones database [closed]

The timezonedata file that i am using is of this format : Aalborg;Denmark;Romance Standard Time;GMT+02:00 Abbotsford, BC;Canada;Pacific Standard Time;GMT-08:00 Aberdeen;United Kingdom;GMT Standard ...
0
votes
2answers
123 views

JavaScript / YouTube and vimeo API - reconciling date formats and sorting

I am building a web page which pulls videos from both YouTube and Vimeo, creates thumbnails for them, and should then sort the thumbnails by date. I currently am querying the vVimeo album API endpoint ...
1
vote
2answers
297 views

How to set datetimepicker to value of the text box it's bound to

I'm using the Trent Richardson datetimepicker jQuery plugin bound to a class of HTML text box, but I can't figure out how to set the picker to match the boxes. I'm invoking datetimepicker like this: ...
-1
votes
1answer
149 views

I need change the jquery program into javascript with same output [closed]

This post has jQuery code to show the time in different time zones . You can use this code to display world clock. Here, I am displaying country names in dropdown, when you click on that it will show ...
1
vote
3answers
1k views

Javascript return number of days,hours,minutes,seconds between two dates

Does anyone can link me to some tutorial where I can find out how to return days , hours , minutes, seconds in javascript between 2 unix datetimes? I have: var date_now = unixtimestamp; var ...
2
votes
2answers
984 views

Kendo UI grid version “v2012.3.1114” doest not support Date/Time edit functionality

I was previously using Kendo-UI v2012.2.710 - but when I updated to Kendo-UI v2012.3.1114 my code stopped working. I am not quite sure what changed, as my code seems pretty straight-forward. Can ...
0
votes
1answer
185 views

Custom unobtrusive validator breaks Date type validator

Relates to: ASP.NET MVC 3 client-side validation with parameters I built a custom validation attribute allowing me to check relative dates (ex. model value less than or equal to Today). The ...
6
votes
1answer
388 views

Javascript Date from milliseconds and timezone [duplicate]

Possible Duplicate: How to format a JSON date? Parsing Date from webservice Sorry if this question has already been asked. I have look around but have been unable to find one. Is there a ...
1
vote
5answers
197 views

Display current time in a remote computer javascript

I try to display the current time in my server(the web page it's in my server) but when I open the web page I get the time on the computer that runs the page. Is there a way to do that ? This is my ...
0
votes
0answers
850 views

Javascript timeline slider selector [closed]

I'm currently trying to create a date/time selector that as a dynamic range. I'm not sure how to start or where to start. I'm looking to make something similar to the bottom portion of ...
0
votes
1answer
199 views

Advanced javascript date range function which adjusts for a reference start month / period range

Tricky one to explain this but could be an interesting challenge to find the simplest method, I spent several hours yesterday trying to refactor a .NET C# bit of code but did not come up with anything ...
2
votes
1answer
153 views

Custom jquery validator not working on iPad

I have a custom validator for a specific date control. The control renders three dropdowns for day, month, and year. The function works fine with Firefox, Chrome, and IE9/10. It fails on the iPad ...
0
votes
3answers
702 views

Inconsistent behavior of toLocaleString() in different browser

I am working on a project where I have to deal a lot with Date and Time. Server side technology is ASP.Net and at client side I am using jQuery and jQuery Week Calender(a jQuery plugin). So here is ...
0
votes
0answers
48 views

How can i use JQuery to update how long it's been since an event happened?

I want to update the status of a request by resetting the time it's been since it was made. For example, updating this time element to the current's time and date and express in terms of how long ...
0
votes
3answers
104 views

Given a ISO 8601 date/time, how to use JS date() to get the day of the week (0-6)?

Given a datetime string like so: mystring = '2012-10-23T02:40:59Z' I need to be able to get the day of the week (0-6) from the string. How can I pass the above to JS so I can do something like so: ...
0
votes
3answers
155 views

how to add time plus and recalculate the datetime

i have this datetime format: Oct 31, 2012 08:59:52 i would like to re-calculate the datetime incremented (for example) of 2 hours or 50 minutes plus how can i do that? i need to return the same ...
0
votes
1answer
354 views

jQuery / Javascript - convert datetime to user's timezone datetime

I updated this question I would like to transform a datetime to the equivalent datetime in the country(timezone) user is located to. I have datetime in this format which is UTC/GMT: Oct 31, 2012 ...
0
votes
7answers
69 views

Javascript Date Parsing

I have a JSON service providing me with minutes. I then wish to convert these minutes into a DD:HH:MM format. [Days, Hours, Minutes] Can anyone point me in the right direction or tell me how to ...

1 2 3 4 5