Tagged Questions
The updatedate tag has no wiki summary.
1
vote
2answers
79 views
Rails: Showing the latest deploy date in web app
I'd like to show in our app when the latest production deploy was made, as a means of showing an ongoing commitment to improvement, etc, etc.
Off the top of my head I'm thinking of getting a ...
1
vote
2answers
338 views
NHibernate: Insert and update dates
Using NHibernate, what is the best way to handle InsertDate (a.k.a CreateDate) and UpdateDate columns?
For example:
public class Customer
{
public virtual string Name { get; set; }
public ...
0
votes
1answer
313 views
how to update the date in android DatePicker widget
Hey,
I want to update the date to a year before 1970.
the updateDate function wants a date since 1970.
the widget itself allow you to select 1900-2100 (from what i read you can change it also using ...