Re: dateTime Manupulations
From: Cor Ligthert (notmyfirstname_at_planet.nl)
Date: 10/20/04
- Next message: Jay B. Harlow [MVP - Outlook]: "Re: dateTime Manupulations"
- Previous message: Benny Raymond: "How? Add a row will a null value in a column that requires a key refrence?"
- In reply to: Jay B. Harlow [MVP - Outlook]: "Re: dateTime Manupulations"
- Next in thread: Jay B. Harlow [MVP - Outlook]: "Re: dateTime Manupulations"
- Reply: Jay B. Harlow [MVP - Outlook]: "Re: dateTime Manupulations"
- Reply: Herfried K. Wagner [MVP]: "Re: dateTime Manupulations"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 20 Oct 2004 20:46:59 +0200
> Cor,
> (shakes head)
>
> Oh! really, then we must be reading different messages!
>
> Reny stated:
> <quote>
> Hi,
> I have a variabe in the format of 'DD-MON-YYYY HH:MI AM' .I want to add a
> miniute to it.How can i do that?
> by manipulation i want to make '01-JUNE-2004 11:59 PM' to '02-JUNE-2004
> 12:00 AM'
> How do i do that?
> Reny
And what is wrong with my answer than packed in a sample that would work in
every culture setting. (Because of all discussions I tested it of course
before)
MessageBox.Show(CDate("01-JUNE-2004 11:59 PM").Addminutes(1).ToString)
Cor
- Next message: Jay B. Harlow [MVP - Outlook]: "Re: dateTime Manupulations"
- Previous message: Benny Raymond: "How? Add a row will a null value in a column that requires a key refrence?"
- In reply to: Jay B. Harlow [MVP - Outlook]: "Re: dateTime Manupulations"
- Next in thread: Jay B. Harlow [MVP - Outlook]: "Re: dateTime Manupulations"
- Reply: Jay B. Harlow [MVP - Outlook]: "Re: dateTime Manupulations"
- Reply: Herfried K. Wagner [MVP]: "Re: dateTime Manupulations"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|