| | |
how to separate the date into day, month, and year??
![]() |
simply try this
vb Syntax (Toggle Plain Text)
MsgBox Day(Now) & " " & Month(Now) & " " & Year(Now)
Last edited by debasisdas; Oct 3rd, 2007 at 4:30 am.
Share your Knowledge.
•
•
•
•
simply try this
vb Syntax (Toggle Plain Text)
MsgBox Day(Now) & " " & Month(Now) & " " & Year(Now)
wow... it's works! So simple... ^__________^
Thanx...
![]() |
Similar Threads
- date problem (Visual Basic 4 / 5 / 6)
- get html element value using php (PHP)
- compilation error (C++)
- day month year help (C++)
- concatinate date values (ASP.NET)
- link list holding objects (C)
- after a very unproductive day! - code bugs (C++)
- Setting system date and time using c++ (C++)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Mouse Wheel
- Next Thread: Convert Text or String to VB Command
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age application basic beginner birth bmp calculator cd cells.find click client code college component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report save search sendbyte sites sort sql sql2008 sqlserver subroutine tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows






