Ok i have a table which stores a date in the medium format
( i.e. 04-Apr-02 )
but when i write it to a page asp shows it as 04/04/02?
heres my code
<%=dbExecSQL( 0 )%>
that is the date from the table
i want the date to show in medium format 04-Apr-02
any help is appreciated
( i.e. 04-Apr-02 )
but when i write it to a page asp shows it as 04/04/02?
heres my code
<%=dbExecSQL( 0 )%>
that is the date from the table
i want the date to show in medium format 04-Apr-02
any help is appreciated