I did by removing backslash(/) from Date.
$resultdob = $_POST['studentdob'];
$studentdob = str_replace("https://wordpress.stackexchange.com/", "", $resultdob);
Related Posts:
- Query all posts where a meta key does not exist
- Meta query with boolean true/false value
- Get post with multiple meta keys and value
- How Do I Use WP_Query to Run This Database Query as Search Result?
- Can’t sort order of wp_query with 2 meta keys
- Query for posts from any post type but only add instock products
- WordPress Orderby Numeric Value Not Working
- orderby in custom WP Query does not work
- Display custom post type from dynamic custom field
- WordPress request fiter order by related post’s post_title
- Displaying a div from an assigned meta_value when on a page
- How to get specific post meta by title or id
- $post->post_meta not pulling any post in wordpress/php
- WP_Query of custom post type sorted by meta_key has unexpected results
- Returning a custom content types with meta values
- WP_Meta_Query object with conditionals
- How to retrive Custom Post Type Meta Fields in Custom WP_Query
- After inserting new post with wp_insert_post() the post is not visble to WP_Query, but the same WP_Query works for post inserted from wp-admin panel
- Use WP_query to match post types based on custom field values
- How to sort by multiple values in a nested WP_Query
- Custom meta fields not showing up in WP_Response Object via custom endpoint
- How do I get all authors posts of a custom post type outside loop
- Linking posts together with Advanced Custom Fields “both ways”
- How to get Current week and current date record wp query
- How to get post meta for custom post type and taxonomy
- get_post_meta for Custom Post Type ( CPT )
- WordPress custom post type
- Custom Post Type meta oembed html output resulting in WSoD
- Values inside a custom field to determine which category posts to display
- Querying meta values within an array
- Get Posts in a Custom Post Type category
- Custom field values deleted when trashing custom post type
- How do I remove all the metaboxes for a custom post type?
- Custom Queries: Joining On Meta Values From Two Custom Post Types
- Date query for a custom meta field
- Querying Posts by Taxonomy From Alternate Network Site
- Rest Api v2 orderby meta_key in custom post type
- How to query for posts (in hierarchical custom post type) that have children?
- bulk Update post_meta with default values
- Combine tax_query and meta_query in WP_Query
- Should unaltered default loop/query return a list of custom posts belonging to a custom taxonomy?
- Query for posts in 2 taxonomies
- Parent / Child formatting in a list of post of a custom post type
- How do I create an archive page for standard posts?
- Custom Post Type Loop within Shortcode
- Combining sorted and random CPT
- How to add post_type=value when editing that post type in the WordPress admin?
- WP_Query: include custom post type only with specific meta value
- showing custom post types of a certain category only
- how to delete all users and posts based on ‘user_meta’?
- Query Multiple Custom Posts by Custom Fields
- Custom taxonomies relationship
- WP_Query orderby and tax_query
- Configuring a meta query with multiple post types that have the same relationship on a single page
- Different Ways to Query Custom Post Types?
- can these 3 queries be re-written as 1 query?
- cannot override post_types in WP_Query()
- Wrapping x posts in html without leaving empty html
- Loop for custom post types filtered by a taxonomy
- how to show records that don’t have custom meta value
- how to get this tax_query working?
- find custom post type post by searching its custom field with my string
- wordpress lists similar type of posts in a custom post type
- FacetWP paging custom wp_query
- Custom post type and custom taxonomy 404 on page 2
- Cannot get custom posts by category
- Get all metadata for a given custom post type
- list posts of two post types in a single template
- Advanced custom field – posted fields from custom post type
- Function to return values from metabox
- Add a meta field to the list of results for a custom post type
- Wp Meta Query does not work while simple Query Works
- Custom fields for post or terms which don’t update on post update
- set object terms after some some time of published post – functions.php
- Change search query in wordpress custom post type
- How to use multiple Meta Field from CPT as Post permalink
- How select query is generated in a Custom Post Type?
- How can I add a meta[] to my custom post type and search by term with the Rest API?
- Get meta values from parent post and save in child post
- Wrapping an unknown amount of posts inside separate HTML Containers during WP_Query loop
- minimize wp_query call to database
- Custom post type meta fields missing on save_post_type
- sorting in wp query based on custom field value
- Why get_posts() returns empty array while I am trying to get posts from some specific taxonomies and work properly with others?
- WordPress loop add heading before first of type
- Only show current category post
- Custom Post Type shows pagination (w/404) or posts_per_page query, but not both
- Complex strcuture as CPT or taxonomy for use in woocommerce product variations [closed]
- WP_Query for CPT with filter by another WP_Query
- Is it possible to add query parameters on the archive page?
- How to query posts by meta keys AND under specific category?
- Shortcode display CPT Query only showing 1 post?
- Query stopped working
- WP_Query and two custom fields returns no posts
- Storing/querying custom date data
- Query Posts From Multiple Post Types
- Custom Post-type not returning the right child_of
- Random meta field from specific custom post type
- How do I hide single category post on my post page
- querying to custom field over ACF REST API