Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
i have date field which accepts date in format 2004-12-15
what i want is analysis taking out that month part or day part from that day
(i dont want to keep separate day field ,month field, year field for that one thing)
so is there any way to tale out only month part ,day part
next i have seen like this in selectCode: Select all
<select...>
<option value=1>usa
<option value=2>uk....in heights
Code: Select all
<select...>
<option value=1>5.5"
<option value=2>5.6"Code: Select all
<select...>
<option value='usa'>usa
<option value='uk'>uk....to insert it to databaseif we use 'if else"
there will be lot of them and will be static
what they are doing...
i have dollar field some people do $100
but i am declaring it as int filed so $ is not allowed
is there any way if i declare varchar then only take out part ignoring that $
patrikG | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
[quote="[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1"][b]2.[/b] Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.[/quote]