{"id":8997,"date":"2024-01-11T11:07:47","date_gmt":"2024-01-11T02:07:47","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=8997"},"modified":"2024-01-12T08:21:37","modified_gmt":"2024-01-11T23:21:37","slug":"%eb%82%a0%ec%a7%9c-%ec%bb%a8%eb%b2%84%ed%84%b0-%ed%95%a8%ec%88%98-11jan","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=8997","title":{"rendered":"asp : \ub0a0\uc9dc \ucee8\ubc84\ud130 \ud568\uc218 11JAN"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Overview :  11JAN\uc640 \uac19\uc740 \ub0a0\uc9dc \ud615\uc2dd\uc744 \uc624\ub298\uacfc \ube44\uad50\ud574\uc11c, \uc774\uc804 \ub0a0\uc9dc\uc778 \uacbd\uc6b0 False \ub85c \ub9ac\ud134\ub418\ub294 \ud568\uc218<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:asp decode:true \" >&lt;%\nFunction ConvertToKoreanDate(dateStr)\n    ' Korean month names mapping\n    Dim months\n    months = Split(\"JAN,FEB,MAR,APR,MAY,JUN,JUL,AUG,SEP,OCT,NOV,DEC\", \",\")\n\n    ' Extract day and month from the input\n    Dim day, monthStr, month, year\n    day = Left(dateStr, 2)\n    monthStr = UCase(Mid(dateStr, 3))\n\n    ' Find the month number\n    Dim i\n    month = 0\n    For i = 0 To UBound(months)\n        If monthStr = months(i) Then\n            month = i + 1\n            Exit For\n        End If\n    Next\n\n    ' Current year\n\t'year=\"2024\"\n    year = Left(Date(),4)\n\n    ' Return the Korean formatted date\n    ConvertToKoreanDate = DateSerial(year, month, day)\nEnd Function\n\nFunction IsDateBeforeToday(dateStr)\n    Dim inputDate\n    inputDate = ConvertToKoreanDate(dateStr)\n\n    ' Compare with current date\n    If inputDate &gt;= Date() Then\n        IsDateBeforeToday = True\n    Else\n        IsDateBeforeToday = False\n    End If\nEnd Function\n\n' Example usage\nDim result\nresult = IsDateBeforeToday(\"09DEC\") ' Adjust the date as needed\nResponse.Write(result)\n%&gt;<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Overview : 11JAN\uc640 \uac19\uc740 \ub0a0\uc9dc \ud615\uc2dd\uc744 \uc624\ub298\uacfc \ube44\uad50\ud574\uc11c, \uc774\uc804 \ub0a0\uc9dc\uc778 \uacbd\uc6b0 False \ub85c \ub9ac\ud134\ub418\ub294 \ud568\uc218<\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[33],"tags":[],"class_list":["post-8997","post","type-post","status-publish","format-standard","hentry","category-asp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>asp : \ub0a0\uc9dc \ucee8\ubc84\ud130 \ud568\uc218 11JAN - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=8997\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"asp : \ub0a0\uc9dc \ucee8\ubc84\ud130 \ud568\uc218 11JAN - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"Overview : 11JAN\uc640 \uac19\uc740 \ub0a0\uc9dc \ud615\uc2dd\uc744 \uc624\ub298\uacfc \ube44\uad50\ud574\uc11c, \uc774\uc804 \ub0a0\uc9dc\uc778 \uacbd\uc6b0 False \ub85c \ub9ac\ud134\ub418\ub294 \ud568\uc218\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=8997\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-11T02:07:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-11T23:21:37+00:00\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8997#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8997\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"asp : \ub0a0\uc9dc \ucee8\ubc84\ud130 \ud568\uc218 11JAN\",\"datePublished\":\"2024-01-11T02:07:47+00:00\",\"dateModified\":\"2024-01-11T23:21:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8997\"},\"wordCount\":5,\"commentCount\":0,\"articleSection\":[\"[Dev]ASP\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8997#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8997\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8997\",\"name\":\"asp : \ub0a0\uc9dc \ucee8\ubc84\ud130 \ud568\uc218 11JAN - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2024-01-11T02:07:47+00:00\",\"dateModified\":\"2024-01-11T23:21:37+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8997#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8997\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=8997#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"asp : \ub0a0\uc9dc \ucee8\ubc84\ud130 \ud568\uc218 11JAN\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"asp : \ub0a0\uc9dc \ucee8\ubc84\ud130 \ud568\uc218 11JAN - AuctionPro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auctionpro.co.kr\/?p=8997","og_locale":"ko_KR","og_type":"article","og_title":"asp : \ub0a0\uc9dc \ucee8\ubc84\ud130 \ud568\uc218 11JAN - AuctionPro","og_description":"Overview : 11JAN\uc640 \uac19\uc740 \ub0a0\uc9dc \ud615\uc2dd\uc744 \uc624\ub298\uacfc \ube44\uad50\ud574\uc11c, \uc774\uc804 \ub0a0\uc9dc\uc778 \uacbd\uc6b0 False \ub85c \ub9ac\ud134\ub418\ub294 \ud568\uc218","og_url":"https:\/\/www.auctionpro.co.kr\/?p=8997","og_site_name":"AuctionPro","article_published_time":"2024-01-11T02:07:47+00:00","article_modified_time":"2024-01-11T23:21:37+00:00","author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=8997#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=8997"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"asp : \ub0a0\uc9dc \ucee8\ubc84\ud130 \ud568\uc218 11JAN","datePublished":"2024-01-11T02:07:47+00:00","dateModified":"2024-01-11T23:21:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=8997"},"wordCount":5,"commentCount":0,"articleSection":["[Dev]ASP"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=8997#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=8997","url":"https:\/\/www.auctionpro.co.kr\/?p=8997","name":"asp : \ub0a0\uc9dc \ucee8\ubc84\ud130 \ud568\uc218 11JAN - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2024-01-11T02:07:47+00:00","dateModified":"2024-01-11T23:21:37+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=8997#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=8997"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=8997#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"asp : \ub0a0\uc9dc \ucee8\ubc84\ud130 \ud568\uc218 11JAN"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/8997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8997"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/8997\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8997"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8997"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}