SamboUK Posted December 14, 2012 Share Posted December 14, 2012 Hi, Getting the following error: *Warning: date() expects parameter 2 to be long, string given in /home/15063/brooks/www.brooks-shopping.co.uk/public_html/wp-content/themes/sandbox/functions.php on line 546* Which points to the line: *$day = date("l, F jS", get_post_meta($post->ID, 'date_value', true));* Can someone what changes are required to the above line to resolve this please? Cheers. Quote Link to comment https://forums.phpfreaks.com/topic/271987-warning-date-expects-parameter-2-to-be-long/ Share on other sites More sharing options...
Christian F. Posted December 14, 2012 Share Posted December 14, 2012 Echo the contents of get_post_meta($post->ID, 'date_value', true), then check the manual for date () and compare the differences. Quote Link to comment https://forums.phpfreaks.com/topic/271987-warning-date-expects-parameter-2-to-be-long/#findComment-1399335 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.