Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 13 maj 2012 · PHP DateTime can be echoed, but what i want to process my DateTime with PHP string functions. My question is how can I make PHP dateTime Object to a string starting from this kind of code: $dts = new DateTime(); //this returns the current date time echo strlen($dts);

  2. If you wish to manipulate with the DateTime object in PHP, then this snippet is for you. Here, you will learn how to correctly convert DateTime to string.

  3. 20 sie 2024 · Converting a `DateTime` to a string in PHP involves formatting the `DateTime` object into a human-readable format using the `format()` method. This process allows you to represent dates and times as strings in various formats, such as Y-m-d H:i:s.

  4. 8 paź 2015 · I want to add a programs based on time. that is for example a program named "ABC" added with time 11:00 AM to 02:00 AM. Then every day when time interval 11:00 AM to 02:00 PM the program ABC should display. I tried When add --. $timefrom = strtotime('11:00 AM'); $timeto = strtotime('02:00 PM');

  5. In PHP, you can convert a DateTime object to a string using the format() method. The format() method allows you to specify a format for the string representation of the date and time. Here's an example:

  6. 3 paź 2005 · The strtotime () function parses an English textual datetime into a Unix timestamp (the number of seconds since January 1 1970 00:00:00 GMT). Note: If the year is specified in a two-digit format, values between 0-69 are mapped to 2000-2069 and values between 70-100 are mapped to 1970-2000.

  7. The DateTime::format() method in PHP provides a flexible way to convert a DateTime object to a string representation in a specified format. By utilizing format string syntax, you can customize the output to meet your specific needs.

  1. Ludzie szukają również