Hi All,
I have the following bit of code built by the Frontpage XP wizard.
<!--webbot bot="DatabaseResultColumn" s-columnnames="Key,Date,News,Hyperlink" s-column="Date" b-tableformat="TRUE" b-hashtml="FALSE" b-makelink="FALSE" clientside b-MenuFormat preview="<font size="-1">&lt;&lt;</font>Date<font size="-1">&gt;&gt;</font>" startspan --><%=FP_FieldVal(fp_rs,"Date"
%><!--webbot bot="DatabaseResultColumn" endspan i-checksum="3267" --></font>
This displays the date from an Access table. However, the date which appears is formatted in the American standard (mm/dd/yy), I would like it to be formatted in the European standard (dd/mm/yy). Is this possible from the code? I don't have a clue what the webbot stuff is about!
Even better would it be possible to convert the dates into say 15 November etc. I found a ConvDate.inc file which allows me to do this but I can't get it to work and I notice if I try and update certain areas in this Frontpage html page, it disallows me!
Many thanks
I have the following bit of code built by the Frontpage XP wizard.
<!--webbot bot="DatabaseResultColumn" s-columnnames="Key,Date,News,Hyperlink" s-column="Date" b-tableformat="TRUE" b-hashtml="FALSE" b-makelink="FALSE" clientside b-MenuFormat preview="<font size="-1">&lt;&lt;</font>Date<font size="-1">&gt;&gt;</font>" startspan --><%=FP_FieldVal(fp_rs,"Date"
This displays the date from an Access table. However, the date which appears is formatted in the American standard (mm/dd/yy), I would like it to be formatted in the European standard (dd/mm/yy). Is this possible from the code? I don't have a clue what the webbot stuff is about!
Even better would it be possible to convert the dates into say 15 November etc. I found a ConvDate.inc file which allows me to do this but I can't get it to work and I notice if I try and update certain areas in this Frontpage html page, it disallows me!
Many thanks