Tagged Questions
The today tag has no wiki summary.
6
votes
3answers
296 views
How can I get today's Jewish date in c#?
I have this code:
DateTime dtAnyDateHebrew = new DateTime(5767, 1, 1, new System.Globalization.HebrewCalendar());
how can I get the numeric Hebrew date of today?
Meaning:
For example I want to ...
4
votes
2answers
1k views
how to get record created today by rails activerecord?
How to write the :condition statement if I would like to get all the record which are created today?
4
votes
4answers
267 views
How can “today's date” be varied for unit testing purposes?
I use VS2008 targetting .NET 2.0 Framework, and, just in case, no I can't change this :)
I have a DateCalculator class. Its method GetNextExpirationDate attempts to determine the next expiration, ...
3
votes
4answers
4k views
JIRA JQL searching by date - is there a way of getting Today() (Date) instead of Now() (DateTime)
I am trying to create some Issue Filters in JIRA based on CreateDate.
The only date/time function I can find is Now() and searches relative to that, i.e. "-1d", "-4d" etc.
The only problem with this ...
2
votes
1answer
49 views
Groovy get today's date at minute 00:00:00
I have this problem. I need to do the following:
get todays date
make a new date which will be today's date at 00:00:00
make another date which will be today's date at 23:59:59
For example. Today ...
2
votes
1answer
56 views
Service anniversaries today with SharePoint using calculated fields and filters
I need to create a view that show employees that have their Service anniversary today.
I am familiar with the problems with using [Today] in calculated fields but still thought that this was a ...
2
votes
5answers
79 views
How to SELECT data from table which recorded today?
Use PHP and MySQL. In my table, there is date field (datetime) recorded by NOW() sql function. Example value of data in this field is 2010-10-07 10:57:36. How can I SELECT all data which ...
2
votes
3answers
461 views
Simplify replacement of date object with “today” and “yesterday” strings in Java static method
I have following method that I would like to make shorter or faster if nothing else. Please all comments are welcome:
Bellow method takes a date object, formates it ("EEE hh:mma MMM d, yyyy") and ...
2
votes
3answers
3k views
VB.NET on Vista, trying to get date (Today) causes security exception
I have a VB6 program that someone recently helped me convert to VB.NET
In the program, when saving files, I stamp them with the date which I was getting by calling the Today() function.
When I try ...
1
vote
4answers
72 views
what is the best way to determine if a date is today in javascript?
I have a date object in javascript and i want to figure out if that date is today. What is the fastest way of doing this? My concern was around comparing date object as one might have a different ...
1
vote
1answer
95 views
jquery datepicker selects today
"im using an inline JQuery UI datepicker with an onSelect callback function. This function collects selected dates in an array for multiple dates. My problem is that datepicker calls this function on ...
1
vote
5answers
64 views
strtotime() different outputs for today's time
In PHP , i've used the following code :
echo strtotime("today")."<br>";
echo strtotime("06/08/2011")."<br>";
I'm getting two different outputs :O
Why is that ?
Thanks
1
vote
1answer
348 views
Error using [Today] in Sharepoint filter
I'm having issues creating a filtered view in a SharePoint list. The filter should display any results with a Created date from "this week". In my case, "this week" is from the previous Saturday ...
1
vote
4answers
133 views
time() with clearTime - just today at 12:00 AM
What would be a fastest (mosteffective) way to that value in PHP ? time() gives me full timestamp with date and time
1
vote
5answers
181 views
today and not last 24 hours?
i my php codes i do time()-86400 to fetch everything from the last 24 hours, but how i can get everything today or everything from yesterday. thus it is no longer 86400 seconds, it should be after 12 ...
1
vote
1answer
600 views
Is it possible to score a KPI based on todays date?
I am building a KPI in PerformancePoint - SharePoint 2010 and have the following setup:
We have some files that are stored and they have a "Review/Expiry Date" field. Is it possible to get the KPI to ...
1
vote
2answers
273 views
UIDatePicker does not update the 'Today' flag when the date advances
I have a UIDatepicker created in UIBuilder and instantiated once when the app first loads. When first presented, the datepicker correctly flags today's date with the word 'Today'. On IOS 4, if I ...
1
vote
2answers
1k views
Formating Date in Freemarker to say “Today”, “Yesterday”, etc
Is there a way in freemarker to compare dates to test if the date is today or yesterday... or do I have to write code in Java to do these tests?
I basically want to do this:
...
1
vote
1answer
145 views
Is this a dangerous override for Date.today in Ruby (on Rails)? (Timezone)
class Date
class <<self
alias_method :broke_ass_today, :today
end
def self.today
Time.zone.now.to_date rescue Date.broke_ass_today
end
end
because I would really hate to ...
0
votes
1answer
40 views
show TODAY on webpage with Google calendar
I want to show only my TODAYS events in my html output.
But with this code it doesnt work for me. If I cancel the line "if ($date = date("Y-m-d")){" the code shows a specific count of events... But ...
0
votes
2answers
42 views
PHP Today echo Tomorrow echo something else
This code does not work. It echo is blank. PHP version: PHP Version 5.0.5
$today=(int)date("j"); # today
$statedate=12;
if ((int)$startdate == (int)$today){
echo '12th';
}
if ((int)$startdate == ...
0
votes
3answers
35 views
SQLite: simple SQL - where in timestamp field
I have a table with timestamp field call EVENT_TS (so it's stored as GMT time stamp)
I want to a query that would retrieve the records based on EVENT_TS, and query only returns today's result.
Here ...
0
votes
1answer
40 views
Over what time period is 'Today' measured for the Game Center leaderboard?
Does anyone know over what time period the Game Center leaderboards measure 'Today'? In other words, if I play a game and get a high score for 'Today', at what time does that score no longer appear ...
0
votes
0answers
116 views
How to style the Today bar in Thunderbird's Lightning plugin [closed]
The Lightning plugin in Thunderbird has a Today bar (by default it displays on the right) that displays upcoming events and tasks. The Events portion of the Today bar is broken down into the following ...
0
votes
1answer
620 views
jQuery UI datepicker not showing week numbers
My jquery UI datepicker is not showing week numbers, even with the showWeek:true option set. Here is my code:
<script type='text/javascript'>
$(document).ready(function(){
...
0
votes
3answers
323 views
Mysql Datevalue()=Date()
I'm trying to split a table in two views depending on whether the field "Date" is today or not.
I have tried using WHERE DATEVALUE(table.Date)=DATE(), but I get an error at saving saying that the last ...
-2
votes
2answers
112 views
PHP MySQL display todays date as Today
I notice on forums that when a topic is today's date, the date is displayed as Today. How do you do that?