After 2 days of searching and struggling I have to give up and ask for help with something that turned out to be a lot harder to do than I thought it would be :)
I have a node type of “course_application” which lets people sign up to courses. It has 2 fields:
the module page manager has the ability to create pages but not the ability to clone them. Anyone know of any solutions? I know about the quick node clone, which allows you to clone content nodes but that is different than the page manager page entities
I have installed the Time Field For Drupal 8.x / 9.x module to have the start time and end time entered. Works well. I can't calculate the Number of hours. I have $ OraIni and $ OraFin.
$ OraIni = date ('H: i', $ form ['field_time_mission'] ['widget'] [0] ['from'] ['# value']);
$ OraFin = date ('H: i', $ form ['field_time_mission'] ['widget'] [0] ['to'] ['# value']);