PHPackages                             voceconnect/voce-post-meta-date - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. voceconnect/voce-post-meta-date

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

voceconnect/voce-post-meta-date
===============================

Extension of Voce Post Meta Plugin to create date meta fields

2.1.0(11y ago)010.4k[1 PRs](https://github.com/voceconnect/voce-post-meta-date/pulls)GPLv2+JavaScript

Since Nov 5Pushed 11y ago13 watchersCompare

[ Source](https://github.com/voceconnect/voce-post-meta-date)[ Packagist](https://packagist.org/packages/voceconnect/voce-post-meta-date)[ RSS](/packages/voceconnect-voce-post-meta-date/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (14)Used By (0)

Voce Post Meta Date
===================

[](#voce-post-meta-date)

Contributors: markparolisi, voceplatforms
Tags: post, meta, date
Requires at least: 3.5.0 Tested up to: 4.0.0 Stable tag: 2.1.0 License: GPLv2 or later License URI:

Description
-----------

[](#description)

Extend Voce Post Meta with date/time pickers

Installation
------------

[](#installation)

### As standard plugin:

[](#as-standard-plugin)

> See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).

### As theme or plugin dependency:

[](#as-theme-or-plugin-dependency)

> After dropping the plugin into the containing theme or plugin, add the following:

```
if( ! class_exists( 'Voce_Post_Meta_Date' ) ) {
	require_once( $path_to_voce_post_meta_date . '/voce-post-meta-date.php' );
}
```

Usage
-----

[](#usage)

#### Basic Example

[](#basic-example)

```
