have been trying to import the date fields from a CSV file to Drupal 8 using format_date function.
but didn't work for me. it keeps translating everything into 1969/12/31 19:33. Does anyone know why?
here is my YAML file where field_date is machine name of my content type date field, and Date is the field name in CSV. and the date format in CSV is like 12/22/12 12:22
I want to convert myVCF Export Import. I want to copy my contacts in .vcf format to another computer. It requires .vcf export import tool. How to convert it
The website purpose is to take information from users, put it into a database, and when the user comes back display their information to them allowing them to update it/add to it and then the updated information is put into the database.
The Joomla website mainly consists of fully custom forms using RSForms.
The forms are preloaded from a database using PHP, javascript is used as the form is filled in, the information is then loaded back into the database using PHP.