Vertaling van "DateInterval" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Uses the normal date parsers and sets up a DateInterval from the relative parts of the parsed string.
Emplea el analizador de fechas normal y establece un objeto DateInterval desde las partes relativas de la cadena analizada.
Both the function and the method return a DateInterval() object representing the difference between two dates.
Tanto la función como el método devuelven un objeto DateInterval () que representa la diferencia entre dos fechas.
The DateInterval::format() method does not recalculate carry over points in time strings nor in date segments.
El método DateInterval::format() no recalcula los excesos en cadenas de hora ni en segmentos de fecha.
The DateInterval object representing the difference between the two dates php
El objeto DateInterval que representa la diferencia entre dos fechas o FALSE en caso de error.
If the DateInterval object was created by DateTime::diff(), then this is the total number of days between the start and end dates.
Si el objeto DateInterval se creó con DateTime::diff(), entonces es el número total de días entre las fechas de inicio y fin.
Specifically, the relative formats supported by the parser used for strtotime() and DateTime will be used to construct the DateInterval. Exemple
Específicamente, los formatos relativos admitidos por el analizador utilzados para strtotime() y DateTime serán los empleados para construir el objeto DateInterval.
DateTime has methods like add() and sub() that take a DateInterval as an argument.
La clase DateTime tiene métodos como add() y sub() que requieren que pase un DateInterval como argumento.
Return Values The DateInterval object representing the difference between the two dates or FALSE on failure.
El objeto DateInterval que representa la diferencia entre dos fechas o FALSE en caso de error.
Calculating with DateTime is possible with the DateInterval class.
Adds the specified DateInterval object to the specified DateTime object.
Estilo orientado a Añade el objeto DateInterval especificado al objeto DateTime especificado.
Açıklama Subtracts the specified DateInterval object from the specified DateTime object.
Estilo orientado a Añade el objeto DateInterval especificado al objeto DateTime especificado.
Similarly, you can instantiate a DateInterval object using the DateInterval() constructor.
Del mismo modo, puede crear una instancia de un objeto DateInterval utilizando el constructor DateInterval().