PDA

View Full Version : Event Search | New Question, possible workaround


mikec@technomediapei.com
02-27-2008, 08:47 AM
Hi,

I've read through the threads on how searching the events is not part of the current implementation.

I know just enough php/mysql to be dangerous :bandit: , and would have no problem doing a simple search on the calendar database. My problem is that I don't know how to unscramble the dates from the database.

Could you advise me on what php I should use to unscramble the date? Is it similar to: <?php echo makeDateTime($row_Recordset1['news_date'], 'F d, Y'); ?> or something along those lines?

Any help would be appreciated. Thanks.

Best,

Mike

Brian
02-27-2008, 09:52 AM
Date format FAQ:

https://www.easyphpcalendar.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=28

mikec@technomediapei.com
02-27-2008, 10:11 AM
Awesome, thanks.