function x_shortcode($atts){
    return current_time("F j, Y, g:i a");
}
add_shortcode( 'shortcode-x', 'x_shortcode' );