vb6 question
Tech-Archive recommends: Speed Up your PC by fixing your registry
Is there any way to make the following date functions:
Format
CDATE
DateAdd
DatePart
Month
Day
....etc...
system date independent?
For instance, in Visual Fox Pro you could set the application date format to
a specific format, independent from the system date (regional settings).
As far as I know, VB6 only permits to change the fist day of the week and
first week of the year, but not the aplication date format.
any ideas? suggestions? links? whatever?
btw: changing the system date format from any api in the vb6 application is
out of the question.
Thank you.
--
Thanks,
Rick.
"For every problem, there is a solution that is simple, neat, and wrong."
H. L. Mencken"
.
Relevant Pages
- Re: VB6 using an Excel database
... operating well above the level of comprehension I posses for VB6. ... First thing to know about ".DAT files": That's a generic file extension. ... nothing to do with the format a program uses to store data in that file. ... There are just many common file extensions (.XLS for Excel spreadsheets, ... (microsoft.public.vb.general.discussion) - Re: Just for curiosity...
... >> Use VB6. ... server development here where I work, VB6 is the language of ... To format a floppy, use "fdformat /dev/fd0" ... (alt.os.linux.suse) - Re: Just for curiosity...
... >> Use VB6. ... server development here where I work, VB6 is the language of ... To format a floppy, use "fdformat /dev/fd0" ... (alt.os.linux.redhat) - Re: Excel Automation : numbers Copy/Paste issue from VB6
... I'm of course aware of the range format. ... I paste the string 123,456 from VB6 or directly from Excel. ... (microsoft.public.excel.programming) - Re: Date String Format issues converting from VB6 to VB 2005.NET
... There is a breaking change from VB6 to VB.Net relating to date formatting characters. ... You haven't mentioned what the data type of TradeDate is but because you are attempting to assign a formatted value I will assume it is a string. ... Assuming that it contains a string in yyyy/MM/dd format, then to convert it to MMddyy format you need to convert it to a date and then reconvert it to a string. ... with string formatting converting an application from VB6. ... (microsoft.public.dotnet.languages.vb) |
|