Tagged Questions

2
votes
2answers
90 views

How to get unicode month name in Python?

I am trying to get a unicode version of calendar.month_abbr[6]. If I don't specify an encoding for the locale, I don't know how to convert the string to unicode. The example code below shows my …
0
votes
2answers
36 views

ASP .Net Repeater Header Per Group (i.e. Month)

I have a datasource which contains dated items per row. These will be bound to the repeater and ordered by date. I'd like to present each month as a seperate table when rendered but is there a way to …
0
votes
3answers
83 views

Listing blog entries by year,month

Hi! I want to do something like this: Entries.objects.values('date.year','date.month') but this line is not valid. How can I list blog entries by year,month and display them in template? Thanks!
1
vote
2answers
170 views

Make all sundays Red on month calendar in c#

Hi, i was wondering if anyone knows how to make all sundays on the .net month calendar have the back colour of red?
0
votes
1answer
59 views

jquery datepicker getMonth() weirdness

Hi all, jquery datepicker is a great fun but I am facing a weird error. I am trying to disable some days, ie. 28 October 2009 but 28 November gets disabled on the calendar! Any idea what I am doing …
3
votes
4answers
169 views

Zero-based month numbering

Some popular programming languages use month numbering which is off by 1 -- JavaScript comes to mind, as does Java, and if memory serves, C is another. I have some questions: If you are going to be …
2
votes
2answers
120 views

How to get the number of days in a given month in Ruby, accounting for year?

I'm sure there's a good simple elegant one-liner in Ruby to give you the number of days in a given month, accounting for year, such as "February 1997". What is it?
0
votes
1answer
94 views

In Sharepoint, I want to trigger a workflow automatically every month which shows only the lists which has that particular months date

Hi, I am new to sharepoint... I have a question: I have a list with many documents in it. I have a date column in that list. For each month I would like to view only that particular month's list …
0
votes
2answers
76 views

How can I print a locale aware date using Zend_Date?

I'd like to use Zend_Date to print out the previous 2 months and year as a string e.g.: July 2009 June 2009 I need it to be locale aware so that if the code runs with the locale set to, say, German, …
1
vote
3answers
306 views

MySQL Query to calculate the Previous Month

Hello I would like to calculate my total order amount in the previous month. I got the query for getting the data for the present month from the current date. SELECT SUM(goods_total) AS …
4
votes
6answers
4k views

Creating a Backpack-like Calendar in Rails

What are the current best practices in the Rails world for displaying a calendar month view with event items bound to the days in the month (like in Backpack or Google Calendar, for example)? I don't …
0
votes
2answers
491 views

Propel - SQL: extract a month from a date

I'm trying to build a query with propel Criteria to get all Foo's in a given month. For example I want all Foo's in March. In regular SQL I would build a query like this: SELECT * FROM FooPeer WHERE …
2
votes
4answers
677 views

Windows Command Line Script to rename a folder to current month -3 (e.g. 2009-04 to 2009-01)

What would the Windows command line script be to rename a folder from the current month, to the current month - 3, using the format YYYY-MM ? e.g.: c:\myfiles\myFolder\ should become: …
0
votes
2answers
867 views

Macro to copy select rows to another worksheet and sort by month

Does anyone have a macro that will take data from a compiled list, sort out a particular month, the paste only the sorted month into a new worksheet? What I am setting up is a log where the samples …
2
votes
5answers
514 views

Is there a predefined enumeration for Month in the .net CLR library?

I'm looking to see if there is an official enumeration for months in the .net framework. It seems possible to me that there is one, because of how common the use of month is, and because there are …

1 2 next
15 30 50 per page