Tagged Questions
The year tag has no wiki summary.
13
votes
4answers
2k views
Maximum Year in Expry Date of Credit Card
Various online services have different values for maximum year of expiry, when it comes to Credit Cards.
For instance:
Basecamp: +15 years (2025)
Amazon: +20 years (2030)
Paypal: +19 years (2029)
...
12
votes
3answers
722 views
iPhone Date Picker rolls over to 2010 on December 27th?
So I implemented a UIDatepicker in one of my applications for scheduling and autodialing teleconferences... everything is pretty much ready to go except, while testing I noticed that when the date ...
9
votes
1answer
265 views
How to strictly parse a date with only a year and a week number when the first day of this week is in the previous year?
My goal is to have a strict parsing (and forbid dates like '98/99' for example). However, the following code raises a java.text.ParseException with the message Unparseable date: "98/01":
...
6
votes
4answers
2k views
Regular Expression Match to test for a valid year
Given a value I want to validate it to check if it is a valid year. My criteria is simple where the value should be an integer with 4 characters. I know this is not the best solution, heck it wont ...
5
votes
2answers
75 views
In .NET, how do I get the order of YYYY, MM and DD for a given culture
Designing a culture independent birthdate input consisting of three select: year, month and day.
In .NET, how do I get the correct display order of the three for a given culture, ie.:
...
5
votes
4answers
337 views
Get the year from specified date php
I have a date in this format 2068-06-15 I want to get the year from the date through php functions.
please suggest php function.
Thanks
5
votes
7answers
2k views
JQuery Datetime picker - Need to pick month and year only
I went through this post http://stackoverflow.com/questions/2208480/jquery-date-picker-to-show-month-year-only which is very helpful to me in order to hack the datetime picker UI to suit my situation. ...
4
votes
1answer
52 views
Why is this date not in the week of the next year? (C# calendar)
I want to calculate the week number of a given date.
DateTime date = Convert.ToDateTime("31.12.2001");
DateTimeFormatInfo dfi = DateTimeFormatInfo.CurrentInfo;
System.Globalization.Calendar cal = ...
4
votes
3answers
219 views
Regex to remove year from a string PHP
I have a database full of cigarette and trade cards, each set title has a year associated with it e.g. 1943 or 2011 etc always 4 chars but can be anywhere in the string.
What would be a good regex ...
4
votes
3answers
2k views
jQuery datepicker display year month only
I am using datepicker to select year-month only. I filter out the day part like so:
$(el).datepicker(
{changeMonth: true,
changeYear: true,
dateFormat:'yymm' }
);
The code comes from the ...
4
votes
8answers
1k views
PHP 'Years' array
I am trying to create an array for years which i will use in the DOB year piece of a form I am building. Currently, I know there are two ways to handle the issue but I don't really care for either:
...
4
votes
7answers
3k views
Convert a two digit year to a four digit year
This is a question of best practices. I have a utility that takes in a two digit year as a string and I need to convert it to a four digit year as a string. right now I do
//DOB's format is "MMM ...
3
votes
3answers
101 views
Populate selectlist with latest 5 years
How do i create a list with the last 5 years in it?
i.e. 2011 to 2007
but i dont want to hardcode 2011, i want the most recent 5 years based on the current year
3
votes
10answers
2k views
Date Difference in Years C#
How can I calculate date difference between two dates in Years.
For instance: (Datetime.Now.Today() - 11/03/2007) in years.
3
votes
4answers
687 views
C#: Build List of years as integers
I have a fairly straightfoward problem. I'd like to create a C# List of integers, from say 1930 to 2010. Off the top of my head, the only way I can think of to do this is to use a for or while loop to ...
3
votes
2answers
104 views
What is the nicest way to select the current week in MySQL
At the moment I have something like this...
SELECT SUM(a.PaidSingle) AS PaidSingle,
DATE_FORMAT(a.TimeIn, '%a') AS weekDay
FROM Attendance AS a JOIN MemberDetail AS m ON m.id = a.MemberID
...
3
votes
5answers
2k views
Why does a new SimpleDateFormat object contain calendar with the wrong year?
I came upon a strange behavior that has left me curious and without a satisfactory explanation as yet.
For simplicity, I've reduced the symptoms I've noticed to the following code:
import ...
2
votes
1answer
55 views
show years between begin and end
How can I count and show all years between an given Beginn and a given End?
My Example:
for item in folderContents:
Beginn = item.Beginn.strftime('%Y')
Ende = item.Ende.strftime('%Y')
...
2
votes
5answers
83 views
PHP: Calculate the week count for the current year [closed]
Possible Duplicate:
PHP - get last week number in year
I've been trying to figure out how to calculate the number of weeks in a given year.
Logically it should be trivial and I'm trying to ...
2
votes
3answers
116 views
How do I compare dates in rails without the year?
I'm trying to find all users with birthdays in the coming 2 weeks.
I tried the following:
User.find(:all, :conditions => ["DOB > ? and DOB <= ?", Date.today, 2.weeks.from_now])
which ...
2
votes
1answer
210 views
Wrong “week of year” in Android
The number of "week of year" returned from a Date is wrong.
This is my code:
Calendar c = Calendar.getInstance();
c.setTime(my_date);
int num_week = c.get(Calendar.WEEK_OF_YEAR);
If my_date (type ...
2
votes
7answers
151 views
how can i assign only year say 2011 in a datetime variable in c#
I have a asp Text box as
where the user will fill only a year value, For this value I have Datetime type Property in c# application and Date type column in DB. So I want to convert that txtYear.Text ...
2
votes
1answer
126 views
Get year of previous and next months
In my calendar, I need to compare the current year to the years of previous and next years to find out if the month needs to reset back to January, and the year incremented/decremented. I already have ...
2
votes
6answers
299 views
MySQL: Is it possible to 'fill' a SELECT with values without a table?
I need to display the total of 'orders' for each year and month. But for some months there is no data, but I DO want to display that month (with a total value of zero). I could make a helpertable ...
2
votes
5answers
7k views
How to get year, month, day, hours, minutes, seconds and milliseconds of the current moment in Java?
I would like to have them as strings.
2
votes
3answers
215 views
MySQL Year Type
Why does the MySQL year type limit the range of allowable years between 1901 and 2155?
2
votes
2answers
713 views
Sum values by year with MySQL/PHP
I've got a minor problem with a database admin page that I use to update values and totals in a MySQL database for generating various figures and data for a website.
A bit of background - the ...
2
votes
4answers
356 views
How to get the day of year in ruby?
What is the best way to get the day of year of an specific date in Ruby?
For example: 31/dec/2009 -> 365, 01/feb/2008 -> 32, etc
1
vote
4answers
58 views
Day number of the year: date('z') + 1; (1..366) in (001..366) format
How to display the day of the year in 3 digits format so that January 1st is not "1", but "001"?
I'm curious as to whether such a function is implemented (something like date('zzz') ) or not, so I ...
1
vote
5answers
63 views
given a start date how to find the end date which have 365 or 366 days based on the leap year
public static DateTime GetBudgetYearEndDateConsideringLeapYear(DateTime budgetYearStartDate)
{
DateTime endDate = DateTime.MinValue;
if (budgetYearStartDate == null)
...
1
vote
1answer
162 views
sql server 2008 r2: case statement in where clause for current fiscal year
I'm trying to write code where I want to only see requests from the current fiscal year. Our fiscal year starts July 1st and ends June 30th
But when I write the following code
SELECT
group_name
...
1
vote
1answer
169 views
WordPress: display archive links grouped by year
I'm currently using wp_get_archives('type=monthly') to display archive links in my sidebar. This is the output:
<ul>
<li><a href='http://example.com/2011/08/'>August ...
1
vote
2answers
163 views
Week number to month
Given that I have the week number of a particular year, how do I get the month's name in which the week starts? (using Obj-c)
e.g. Week 2 of 2009 should convert to January 2009
and Week 51 of 2004 ...
1
vote
5answers
375 views
How to sum the total amount for the last 12 months using parameters
I want to SUM up the last 12 months values from a sql query.
The problem is to sum up the last 12 months, instead of taking just the whole year.
So when I SELECT March 2000 as default in my ...
1
vote
5answers
113 views
Get the first day of week of a year (any programming language)
How can I get the first day of the week of any given year (day being 1 to 7, or weekday name)?
I tried to figure it out in JavaScript, but I accept any other language.
I need to select a year to ...
1
vote
1answer
162 views
Informix iSQL date function help
I'm trying to extract just the year out of either of the built-in date functions of Informix
TODAY or CURRENT
Is there a way to do this without SUBSTR()?
1
vote
1answer
174 views
jquery ui datepicker dynamic multiple ranges for years
I'm working with the jQuery UI datepicker and have a table setup with each cell representing a specific year. When the user selects two different ranges of years (say 1950-1960, and 1990-2000), I ...
1
vote
4answers
349 views
How to get previous year using PHP
How shall i get the previous year using PHP. Is there any predefined function for it?
Thanks in advance...
1
vote
2answers
1k views
php extract year/month/day/hour/minute/seconds from a date
if i have a date and i want to extract the year, the month, etc in PHP5, how should i proceed?
if i do
$y = date('Y',$sale->end);
it doesn't work...
1
vote
2answers
918 views
How to validate that user input valid year in android EditTextPreference?
I have the following EditText preference
<EditTextPreference android:key="pref_movies_min_year"
android:title="@string/pref_movies_min_year"
...
1
vote
2answers
2k views
Group fields by year Views Drupal 7
I want to group fields by a field called field_yea using Views in Drupal 7.
I used the Group by checkbox under Advanced Settings and selected Grouping field: field_year under Style options.
But the ...
1
vote
3answers
157 views
SQL error when selecting column named YEAR
I am trying to select a column named "YEAR" from a table.
I can achieve this using the following:
SELECT * FROM OPENQUERY (mybook, 'SELECT mytable.year FROM mytable')
but not when I use this:
...
1
vote
3answers
190 views
Warning - Accessing Static Field Year
I import the Calendar class to gain access to the current year.
I do this as follows:
import java.util.Calendar;
Calendar c = c.getInstance();
int year = c.get(c.YEAR);
The code compiles and runs ...
1
vote
1answer
212 views
datepicker minimal year
I have a DatePicker minimum year is 2000 and needs to be done so that the minimum year was equal to, well, for example, 1910
$(" .datepicker").datepicker({dateFormat: 'dd.mm.yy', changeYear: true, ...
1
vote
1answer
230 views
PHP iterate days of month given month and year
How can I print (echo) the days of an unknown month if month and year are parameters?
Thank you.
1
vote
1answer
235 views
WordPress posts sorted by category and year
I've been on a long google search trying to find the solution to this... I am creating a cv manager theme using a WordPress install to control content. I have managed to organise all WP posts in ...
1
vote
3answers
55 views
Best approach: transfer daily values from one year to another
I will try to explain what I want to accomplish. I am looking for an algorithm or approach, not the actual implementation in my specific system.
I have a table with actuals (incoming customer ...
1
vote
3answers
123 views
Ruby: identify four-digit numbers and cut a text
so i'm dealing with a text (in string) containing many year numbers (four-digit), i'm trying to divide the text into segments each of which begins and ends with a year number (doesn't matter if the ...
1
vote
2answers
161 views
MySQL date query only returns one year, when multiple exist
I'm a part-time designer/developer with a part-time photography business. I've got a database of photos with various bits of metadata attached. I want to query the database and return a list of the ...
0
votes
2answers
50 views
iOS: Date Components to ignore the year
I wrote an app lets the user enter in a date on a date picker, and they will press a button to schedule a local notification 3 days before the date is approaching. The only issue is, how would I edit ...