Scorpion28 Posted November 6, 2012 Share Posted November 6, 2012 I'm looking for a clean way to display Event on a website I want something like this: <<yesterday's date Current Date Tomorrows Date>> This will be the why I display an agenda style events calendar any ideas? Link to comment https://forums.phpfreaks.com/topic/270363-events-display-agenda-style/ Share on other sites More sharing options...
Muddy_Funster Posted November 6, 2012 Share Posted November 6, 2012 Depending on what sort of backend you are using, you should be able to find loads of OS calandar scripts out there that support this kind of thing. Just grab one of them - the wheel has already hit the market, and it's free. Link to comment https://forums.phpfreaks.com/topic/270363-events-display-agenda-style/#findComment-1390554 Share on other sites More sharing options...
Psycho Posted November 6, 2012 Share Posted November 6, 2012 I'm looking for a clean way to display Event on a website I want something like this: <<yesterday's date Current Date Tomorrows Date>> This will be the why I display an agenda style events calendar any ideas? So, what exactly is your question? If you are asking about "how" you would do it, the back-end logic (i.e. PHP) would be nearly identical to a pagination script except instead of SELECTing X number of records using a LIMIT based upon the selected page you would instead SELECT all the records for the selected day. That's actually easier than a basic pagination script. However, if your question is about how to "display" it then that really isn't a programming question. It's more appropriate for the HTML and/or CSS forums. Link to comment https://forums.phpfreaks.com/topic/270363-events-display-agenda-style/#findComment-1390567 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.