- Support Forum
- /
- Main Forum
- /
- Joomla Extensions Support
- /
- vData
- /
- Format Date while importing with @vdPHP
Format Date while importing with @vdPHP
- Daniel
-
- Offline
- Administrator
-
26 Mar 2018 09:32 #5753
Thanks
Daniel
Hello, Please share your backend & FTP login credentials via Contact us form, we'll look into it.
Thanks
Daniel
Please Log in or Create an account to join the conversation.
- Mateo Videla
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
25 Mar 2018 12:08 #5748
Hi again,
i tested dateformat but it only works on the first Imported entry, i tried:
@vdPhp:$auftragsdate=date_create("@vdLocal:2");date_format($auftragsdate,"Y-m-d H:i:s")
Please Log in or Create an account to join the conversation.
- Mateo Videla
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
25 Mar 2018 11:20 #5747
well, the Forumsearch doesn't showed me this www.wdmtech.com/forum/vdata/712-vdlocal-vdsql-vdphp
Please Log in or Create an account to join the conversation.
- Mateo Videla
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
25 Mar 2018 11:06 #5746
Hi,
how can i catch and return the importdata in @vdPHP?
i need to reformat the date before importing like
$newdate = date_format($importdata,"Y/m/d H:i:s");
return $newdate;
Please Log in or Create an account to join the conversation.