Generation

generate functionWed, 12 Apr 2023

$fecha_de_interaccion = $interaction_custom_data['transaction_date']; obten la fecha y separala en fecha y hora

//fecha de interaccion $fecha_de_interaccion = $interaction_custom_data['transaction_date']; $fecha_exploded = explode(" ", $fecha_de_interaccion); $fecha = $fecha_exploded[0]; $hora = $fecha_exploded[1];

Want to kickstart your project?Use the new AI Studio to create your code