Skip to content

SEO-176939 PHP Controls Improvement #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v23.1.36
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions PHP/DatePicker/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Getting Started with DatePicker | DatePicker | PHP | Syncfusion
title: Getting Started with PHP DatePicker | Syncfusion
description: Learn here all about getting started with Syncfusion Essential PHP DatePicker Control, its elements, and more.
platform: php
control: DatePicker
Expand Down Expand Up @@ -29,7 +29,7 @@ Create a PHP DatePicker control by instantiating the PHP wrapper class available

The following screenshot illustrates the output of above code.

![Getting_Started_Image1](getting-started_images/datePicker.png)
![Create DatePicker in PHP](getting-started_images/php-datepicker-creation.png)

## Configuring DatePicker

Expand All @@ -48,7 +48,7 @@ EJ DatePicker provides API through which you can set the maximum and minimum all

The following screenshot illustrates the output of above code.

![Getting_Started_Image2](getting-started_images/minmaxDate.png)
![Set min and max date in PHP DatePicker](getting-started_images/php-datepicker-min-and-max-date.png)

## Blackout Dates

Expand All @@ -65,7 +65,7 @@ You can disable a set of Dates in Datepicker calendar by using this API. Refer t

The following screenshot illustrates the output of above code.

![Getting_Started_Image3](getting-started_images/blackout.png)
![Blackout dates in PHP DatePicker](getting-started_images/php-datepicker-blackout-dates.png)

## Special Dates

Expand All @@ -90,4 +90,4 @@ The fields API lets you customize the Special dates in calendar.

The following screenshot illustrates the output of above code.

![Getting_Started_Image4](getting-started_images/specialdates.png)
![Special dates in PHP DatePicker](getting-started_images/php-datepicker-special-dates.png)