I was looking at the Date options. I currently have a bunch of in meta information like this:
<META NAME="DATE" CONTENT="01-Jul-1999">
Which from what I can tell does not work because I need it in your format and was able to get it to work that way by just replacing that with the format from section 7.7 in your guide. What I do not understand is if I remove this meta information on a static page it will not get the file mod date. Do I need to setup something special on my web sever? Win 2003.
Looking at your PDF documnets:
Also if I purchased the SDK to modify the cgi search would I be able to reformat the order of the results of the search? Example the location of certain information, how the date is formated on the results page. I was able to figure you can style it differently with the current version but looking more at just layout location.
As always Thanks
<META NAME="DATE" CONTENT="01-Jul-1999">
Which from what I can tell does not work because I need it in your format and was able to get it to work that way by just replacing that with the format from section 7.7 in your guide. What I do not understand is if I remove this meta information on a static page it will not get the file mod date. Do I need to setup something special on my web sever? Win 2003.
Looking at your PDF documnets:
This normally uses the last-modified date
and time of the file according to the file system. However, this may not be very useful in cases such
as dynamically generated web pages (where it would use the date and time of the server-side script
as opposed to a date that is related to the content actually displayed).
and time of the file according to the file system. However, this may not be very useful in cases such
as dynamically generated web pages (where it would use the date and time of the server-side script
as opposed to a date that is related to the content actually displayed).
As always Thanks
Comment