Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
bigforehand #1
Date Math
In MySQL/PHP
I convert a MySQL date from a query and just do not know the syntax to add say "1 month" to this date ...
<?php echo date("m/d/Y",strtotime($row_query['date'])); ?>
How can I add 1 month to this? ...
Thanks
----
Rob Maguire
Web Development
bigforehand Guest
-
Math opreation with DATE
hi, anyone hav idea how can i do math operation with date in flash? -
math problem will Math.floor help
I have the following code that at first sight should return a value of zero but does not always. What can be done about this. The following code... -
Math::GMP tests and Crypt::Random fail on Compaq (Math::Pari related ??)
Hi, I've been compiling Math::GMP for different OS's in order to use Net::SFTP and I have successfully compiled and used it for Solaris,... -
HELP! Needed with Fox Pro date math
I am accessing a Fox Pro database through ODBC in ASP. I have a table with two dates in it. A start date and an end date. I need to create a... -
OT: Math help
Just divide the width of the page by 2. Then divide the width of the image by 2. Then subtract the length of half of the image from the length of... -
bigforehand #2
Date Math
All:
Using PHP and MySQL, I want to be able to add 2 months (or whatever time I want) to a queried date. Here is my code:
<?php echo date ("m/d/Y",strtotime($row_gethistory['date'] +2 months")); ?>
This returns an error ... what am I missing?
Thanks!
----
Rob Maguire
Web Development
bigforehand Guest



Reply With Quote

