This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT * FROM tablename WHERE date <= UNIX_TIMESTAMP(STR_TO_DATE('Apr 07 2015 09:00AM', '%M %e %Y %h:%i%p')) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript" src="http://localhost:8000/faye/client.js"></script> | |
| <script type="text/javascript"> | |
| /* | |
| ** Script to handle notifications | |
| */ | |
| var client = new Faye.Client('http://localhost:8000/faye',{ | |
| timeout: 120 | |
| }); | |
NewerOlder