CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: mary2014

Search: Search took 0.02 seconds.

  1. Re: Date Format automatically changing in VB coding window. How to stop it?

    Thank you all and sorry for being late to reply.

    I can't use string as I need it to reformat the date. I tried using tDate data type Variant and I can reformat the date.

    I am not trying to use...
  2. Re: Date Format automatically changing in VB coding window. How to stop it?

    Hi WizBang,

    Yes, if it is with "" it takes it as it is but I can't format the date into other formats that I wanted.. Even if i declare tDate as date..

    Eg: tDate ="28/06/2013"
    then tDate =...
  3. Date Format automatically changing in VB coding window. How to stop it?

    Hello all,

    I am writing some vb codes via Microsoft access 2010 to perform some sql queries to Access tables.

    Something strange is happening.

    Below is my code

    Dim tDate
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured