This QuickCode tag displays the create date of the currently viewed review.
Example of Use
<span class="PRODUCT-REVIEWS">Review by {REVIEW-AUTHOR} on {REVIEW-CREATE-DATE}<br />
If the Customer has an account and their name is Bob Bob, and they posted a review at 10:16am on 07/19/12, it will display:
Review by Bob B. on 07/19/12 10:16am
Source Code
Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {REVIEW-CREATE-DATE} QuickCode Tag is changed into the source code below prior to the web page being displayed.