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? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Psycho Posted November 6, 2012 Share Posted November 6, 2012 (edited) 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. Edited November 6, 2012 by Psycho Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.