|
-
Jul 30th, 2001, 10:31 AM
#1
Thread Starter
Fanatic Member
Split Date
Hello
I've made it so in my app, the user selects the day, month and year from drop down menus... this works great for adding dates to the database.. however, when they pull up a record to edit, i'd like the date to go to that record's date.. so here's what im trying to do...
newdate() = split(thedate, "/")
i get an error doing that...
is there some special thing i need to do to the variable holding the date before splitting it? i declared the variable as a string b4 putting the date into it from the database (the database field isn't even a Date type field.. just normal varchar)....
the split function works nice for everything else .. help's appreciated!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|