SharePoint Designer 2013: Created in a Specific Date Span Condition

Please refer my previous article to learn more about SharePoint Designer 2013 Workflows. 

Description:

This condition is initially displayed in a workflow step as If created between date and date. Use this condition to discover whether an item was created between two specified dates. You can use the current date, a specified date, or the result of a Lookup.

Example:

In this example, I will check if the current item is created between 6/1/2015 and 6/30/2015 12:00:00 AM, if the conditioned is satisfied then the current item “Notes” field is updated with string value “Condition Satisfied: Item created on [%Current Item:Created%].” .

Add If-Else branch:

 
 
 
 
 

Workflow Design:

 

Result: