Re: [PHP] Converting date string to unix timestamp

2012-05-13 Thread tamouse mailing lists
On Fri, May 11, 2012 at 8:46 PM, Karl DeSaulniers k...@designdrumm.com wrote: On another note, just curious why I keep getting your responses, but don't get the emails that I post. Anyone else having trouble with the list like that? That is how the mailing list works. You don't see the

Re: [PHP] Converting date string to unix timestamp

2012-05-13 Thread Govinda
On another note, just curious why I keep getting your responses, but don't get the emails that I post. Anyone else having trouble with the list like that? That is how the mailing list works. You don't see the messages you send. If you want to see your post, you can check (drill down) here:

[PHP] Converting date string to unix timestamp

2012-05-11 Thread Karl DeSaulniers
Hello everyone, Got a quick one (I hope), and probably an easy one. For some reason it is eluding me at the moment. Hoping someone can help. I am building an ics file with PHP and the form that is submitting to create this ics file has a jQuery date picker on it. The date furnished comes to me

Re: [PHP] Converting date string to unix timestamp

2012-05-11 Thread Jim Lucas
On 05/11/2012 04:11 PM, Karl DeSaulniers wrote: Hello everyone, Got a quick one (I hope), and probably an easy one. For some reason it is eluding me at the moment. Hoping someone can help. I am building an ics file with PHP and the form that is submitting to create this ics file has a jQuery

Re: [PHP] Converting date string to unix timestamp

2012-05-11 Thread Karl DeSaulniers
Thanks Jim, To tell you the truth, this was handed off to me. Thank you for the response. I knew this was just bloated code. Thanks for verifying that for me. :) Just one question, why does it echo the 7th and not the 1st? Should be 20120101T162000Z not 20120107T162000Z Best, Karl On May 11,

Re: [PHP] Converting date string to unix timestamp

2012-05-11 Thread Karl DeSaulniers
Never mind, it's because January 1st is not a Saturday. The 7th is. Interesting... so it corrects the date per the text representation of the day?? Thanks again. Best, Karl On May 11, 2012, at 7:42 PM, Jim Lucas wrote: On 05/11/2012 04:11 PM, Karl DeSaulniers wrote: Hello everyone,

Re: [PHP] Converting date string to unix timestamp

2012-05-11 Thread Jim Lucas
On 05/11/2012 05:55 PM, Karl DeSaulniers wrote: Thanks Jim, To tell you the truth, this was handed off to me. Thank you for the response. I knew this was just bloated code. Thanks for verifying that for me. :) Just one question, why does it echo the 7th and not the 1st? I see that...

Re: [PHP] Converting date string to unix timestamp

2012-05-11 Thread Karl DeSaulniers
Oh,.. no it works just fine. I wrote Saturday myself not looking to see if it was actually the 1st. My fault for a non-existent date. Thanks for your help though, looks like that did the trick. On another note, just curious why I keep getting your responses, but don't get the emails that I