How To Determine Date Format to use in CSVs

Migrating content from SharePoint site via Source CSV plugin and Migrate Plus. I am new to Drupal. Does anyone know how I determine what date format to use in my CSV?

Have tried a few combinations but none have worked. Here is the yml relative to date (field_publish_date is a Date type):
'field_publish_date/value': PublishedDate

And here are a couple I have tried (from SharePoint):
9/22/2014 1:56:00 PM
2014-09-22T13:56:15Z

Any help will be appreciated.

bob

D8: Missing Geofield Proximity Field in View

I am missing expected proximity field & filter in Views.

I am following this Basic Dealer Locator tutorial but instead of D7 I am using:
Drupal 8.2.0
Geofield 8.x-1.0-alpha2
Geocoder 8.x-2.0-alpha4

Multiple authors for one node

Hi,

I'd like to add more than one author for some nodes. However, when I add many authors in the default author field in Drupal 8, it just saves one author, not all, by the end.

I know that it is possible to create a new field that would be a user reference field, and to assign to it unlimited values, but I find it dumb to create a field when there is already one by default.

Is it possible to change the default author field to add more than one author ?

Thanks.

How to show menu in children page`s child page

This is my code. I show menu in page and it's child pages. The question is, how to show this menu in children's child pages?

/**
* Implements hook_preprocess_page().
*/
function agnian_material_admin_preprocess_page(&$variables) {
// @todo: add an if statement to add below data only for "page__admin__content" page.
$variables['node_types'] = node_type_get_names();

drupal 8.2.0

When installing drupal 8.2.0 I get Your web server does not appear to support any common PDO database extensions
However when I check with PHPinfo end PHP 7.0.11 (CGI/FastCgi) has PDO's enabled
If I test it with and info.php testing these 4 features file I get OK results:
PDO available PDO mysql available CLASS PDO exist method PDO query exist

What is broken ?????
Wim

Error updating responsive_image module

Hello,
I have updated Drupal core from version 8.1 to 8.2. After running update.php, I get the following error:

responsive_image module
Update recreate_dependencies

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x