ok i have a function called dateFormat()
i want to send a date so i can format it. I have the date stored in a variable. Now i want to send along a type value
i.e.
function dateFormat( date, type )
End Function
now this is what im sending
<%=postDate, 1%>
the problem is whenever i try to send the 1 i get an error.
i want to send the type so the function can decide how to format the incoming date?
i want to send a date so i can format it. I have the date stored in a variable. Now i want to send along a type value
i.e.
function dateFormat( date, type )
End Function
now this is what im sending
<%=postDate, 1%>
the problem is whenever i try to send the 1 i get an error.
i want to send the type so the function can decide how to format the incoming date?