Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~1K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for wiss.dev

[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 …

Member Avatar for jlego
0
894
Member Avatar for Cruize_Invades

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 …

Member Avatar for rajendra.parmar
0
189
Member Avatar for ultras1

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. …

Member Avatar for ultras1
0
92
Member Avatar for splurchner

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 …

0
67

The End.