No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: [QUOTE=jlego;1080088][code] Dim strdate As String strdate$ = VB6.Format$(Now(), "YYYY-MM-DD") msgbox(strdate$) [/code] another way[/QUOTE] I am trying to Format my date but i am getting error;; Dim mydate As Date = Format(cmbScheduleDate.Text, "MM/dd/yyyy") cmbScheduleDate.Text Value is 05/30/2007 10:00 AM I am getting error :Conversion from string "MM/dd/yyyy" to type 'Date' is … | |
Re: To begin with, connection strings are simply string variables which contain database connection information. There's nothing magical about them so you can use all the string functions you're used to using to manipulate them if you need to. The only thing that makes them a connection string is that they … | |
Re: Well, there are different ways, really. And I'm sure you'll find something on Google. But the example I showed was how I made mine. I have a config file, which is included on the top of every page I have. That means the config file is loaded upon each refresh. … | |
Re: Source: DaniWeb IT Discussion Community The following program is written in MIPS and is supposed to calculate values based on the input of an integer. When its run through SPIM I get an error on the last line that doesn't make any sense to me. If anyone can tell me … |
The End.